diff --git a/doc/articles/debugging-wasm.md b/doc/articles/debugging-wasm.md
index f9c2534e0ad9..a295c818879f 100644
--- a/doc/articles/debugging-wasm.md
+++ b/doc/articles/debugging-wasm.md
@@ -13,7 +13,7 @@ There are two ways to debug a WebAssembly application:
Here’s what you need to do to debug an Uno Platform application in Visual Studio (2022 17.1 or later):
-- Install the latest [Uno Platform Visual Studio templates](./get-started-vs-2022.md#install-the-solution-templates)
+- Install the latest [Uno Platform Visual Studio templates](./get-started-vs-2022.md#install-the-solution-templates)
- Have Chrome or Edge (Chromium based)
- In the NuGet Package Manager, update `Uno.Wasm.Bootstrap` and `Uno.Wasm.Bootstrap.DevServer` 8.0.0 or later
- Ensure that `true` is set in your csproj. It is automatically set [when using the Uno.SDK](xref:Uno.Features.Uno.Sdk).
diff --git a/doc/articles/includes/getting-help.md b/doc/articles/includes/getting-help.md
index e8f95d056f99..60d6a3ab1543 100644
--- a/doc/articles/includes/getting-help.md
+++ b/doc/articles/includes/getting-help.md
@@ -3,7 +3,7 @@ uid: Uno.Development.GettingHelp
---
> [!TIP]
-> Take a look at our [common issues list](xref:Uno.UI.CommonIssues) if you're having any troubles.
+> Take a look at our [common issues list](xref:Uno.UI.CommonIssues) if you're having any troubles.
>
> If you are experiencing issues with Uno Platform, please visit our [GitHub Discussions](https://github.com/unoplatform/uno/discussions) or [Discord Server](https://www.platform.uno/discord) - where our engineering team and community will be able to help you.
>
diff --git a/doc/articles/uno-publishing-windows-packaged-unsigned.md b/doc/articles/uno-publishing-windows-packaged-unsigned.md
index 23791772c9be..57056338789b 100644
--- a/doc/articles/uno-publishing-windows-packaged-unsigned.md
+++ b/doc/articles/uno-publishing-windows-packaged-unsigned.md
@@ -18,7 +18,7 @@ To package your app:
- Update the `Package.appxmanifest` file with the following `Identity` node to include the following `OID`:
```xml
-
```