Skip to content

Commit 5bdabd9

Browse files
committed
Fix typos
1 parent 2bc2b4b commit 5bdabd9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/API/WebContents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Array of available printers.
4141
#### 🧊 `Task<string> GetUrl()`
4242
Get the URL of the loaded page.
4343

44-
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.
44+
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.
4545

4646
**Returns:**
4747

docs/Core/Advanced-Migration-Topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Configure custom ASP.NET ports through MSBuild metadata:
2929

3030
**Update package.json:**
3131

32-
This shows the delevant changes only: All shown versions are the new required minimum versions.
32+
This shows the relevant changes only: All shown versions are the new required minimum versions.
3333

3434
```json
3535
{

docs/Core/What's-New.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The new package architecture reflects a clearer separation of concerns:
2121
- **ElectronNET.Core.AspNet** - ASP.NET-specific runtime components
2222

2323
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.
24-
More about the avaílable nuget packages: [Package Description](../RelInfo/Package-Description.md).
24+
More about the available nuget packages: [Package Description](../RelInfo/Package-Description.md).
2525

2626
## Beyond ASP.NET: Console Application Support
2727

docs/_Sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Electron.NET Core
99

1010
- [What's new?](Core/What's-New.md)
11-
- [Migration Guiide](Core/Migration-Guide.md)
11+
- [Migration Guide](Core/Migration-Guide.md)
1212
- [Advanced Migration](Core/Advanced-Migration-Topics.md)
1313

1414
# Getting Started

0 commit comments

Comments
 (0)