Skip to content

Commit

Permalink
Merge pull request #18660 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.5/pr-18654

docs: Remove non-printable characters (backport #18654)
  • Loading branch information
jeromelaban authored Nov 2, 2024
2 parents 203f5ab + 17a4a99 commit ec99b3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/articles/debugging-wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<MonoRuntimeDebuggerEnabled>true</MonoRuntimeDebuggerEnabled>` is set in your csproj. It is automatically set [when using the Uno.SDK](xref:Uno.Features.Uno.Sdk).
Expand Down
2 changes: 1 addition & 1 deletion doc/articles/includes/getting-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
>
2 changes: 1 addition & 1 deletion doc/articles/uno-publishing-windows-packaged-unsigned.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To package your app:
- Update the `Package.appxmanifest` file with the following `Identity` node to include the following `OID`:

```xml
<IdentityName="MyApp"
<Identity Name="MyApp"
Publisher="CN=AppModelSamples, OID.2.25.311729368913984317654407730594956997722=1"
Version="1.0.0.0" />
```
Expand Down

0 comments on commit ec99b3b

Please sign in to comment.