Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove non-printable characters #18654

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading