Skip to content

Commit 970602e

Browse files
authored
Merge pull request #21608 from ajpinedam/docs/fix.important.md
docs: fix [important] markdown
2 parents e7917e2 + 32d45c5 commit 970602e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/articles/interop/wasm-javascript-1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The Uno Bootstrapper can automatically embed any asset and deploy it with the ap
2929

3030
Embedding native JavaScript elements is done through the `Uno.UI.NativeElementHosting.BrowserHtmlElement` class, which serves as an entry point to interact with your native element.
3131

32-
> [!IMPORTANT] The `BrowserHtmlElement` class is available on all target frameworks, avoid the need for condition `#if` code, yet it is only useable on WebAssembly. You'll need to guard its use by validating the platform with the `OperatingSystem` class.
32+
> [!IMPORTANT]
33+
> The `BrowserHtmlElement` class is available on all target frameworks, eliminating the need for `#if` condition code, but it is only usable on WebAssembly. You'll need to guard its use by validating the platform with the `OperatingSystem` class.
3334
3435
```csharp
3536
using Uno.UI.NativeElementHosting.BrowserHtmlElement;

0 commit comments

Comments
 (0)