mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-17 11:39:44 +00:00
Fix typos
This commit is contained in:
@@ -41,7 +41,7 @@ Array of available printers.
|
||||
#### 🧊 `Task<string> GetUrl()`
|
||||
Get the URL of the loaded page.
|
||||
|
||||
It's usefull if a web-server redirects you and you need to know where it redirects. For instance, It's useful in case of Implicit Authorization.
|
||||
It's useful if a web-server redirects you and you need to know where it redirects. For instance, It's useful in case of Implicit Authorization.
|
||||
|
||||
**Returns:**
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ Configure custom ASP.NET ports through MSBuild metadata:
|
||||
|
||||
**Update package.json:**
|
||||
|
||||
This shows the delevant changes only: All shown versions are the new required minimum versions.
|
||||
This shows the relevant changes only: All shown versions are the new required minimum versions.
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@ The new package architecture reflects a clearer separation of concerns:
|
||||
- **ElectronNET.Core.AspNet** - ASP.NET-specific runtime components
|
||||
|
||||
This modular approach allows projects to include only what they need while maintaining the flexibility to scale from simple console applications to complex web applications.
|
||||
More about the avaílable nuget packages: [Package Description](../RelInfo/Package-Description.md).
|
||||
More about the available nuget packages: [Package Description](../RelInfo/Package-Description.md).
|
||||
|
||||
## Beyond ASP.NET: Console Application Support
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
# Electron.NET Core
|
||||
|
||||
- [What's new?](Core/What's-New.md)
|
||||
- [Migration Guiide](Core/Migration-Guide.md)
|
||||
- [Migration Guide](Core/Migration-Guide.md)
|
||||
- [Advanced Migration](Core/Advanced-Migration-Topics.md)
|
||||
|
||||
# Getting Started
|
||||
|
||||
Reference in New Issue
Block a user