From 5bdabd94ba8d6631a67386b122eca2c79c87c0e6 Mon Sep 17 00:00:00 2001 From: softworkz <4985349+softworkz@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:28:35 +0200 Subject: [PATCH] Fix typos --- docs/API/WebContents.md | 2 +- docs/Core/Advanced-Migration-Topics.md | 2 +- docs/Core/What's-New.md | 2 +- docs/_Sidebar.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/API/WebContents.md b/docs/API/WebContents.md index 67b3f79..e878e58 100644 --- a/docs/API/WebContents.md +++ b/docs/API/WebContents.md @@ -41,7 +41,7 @@ Array of available printers. #### 🧊 `Task 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:** diff --git a/docs/Core/Advanced-Migration-Topics.md b/docs/Core/Advanced-Migration-Topics.md index e532097..2881030 100644 --- a/docs/Core/Advanced-Migration-Topics.md +++ b/docs/Core/Advanced-Migration-Topics.md @@ -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 { diff --git a/docs/Core/What's-New.md b/docs/Core/What's-New.md index ce5ad45..7b06e1d 100644 --- a/docs/Core/What's-New.md +++ b/docs/Core/What's-New.md @@ -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 diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md index 1b34c26..4f1db54 100644 --- a/docs/_Sidebar.md +++ b/docs/_Sidebar.md @@ -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