Fix typos

This commit is contained in:
softworkz
2025-10-15 22:28:35 +02:00
committed by softworkz
parent 2bc2b4bb70
commit 5bdabd94ba
4 changed files with 4 additions and 4 deletions

View File

@@ -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:**

View File

@@ -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
{

View File

@@ -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

View File

@@ -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