Skip to content

Commit 1445b1d

Browse files
Fix issues in winui3/index.md
Remove stray closing parenthesis after the 'Hello, WinUI' link on the Get started section. The extra ')' rendered as a visible stray character on the published page. Co-authored-by: Copilot <[email protected]>
1 parent d39bf24 commit 1445b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub/apps/winui/winui3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To get started with WinUI, you can try out these resources to get you started:
9090
:::row:::
9191
:::column:::
9292
[![Hello WinUI](images/hero-hello-winui.png)](../../get-started/start-here.md)<br>
93-
**[Hello, WinUI](../../get-started/start-here.md))**<br>
93+
**[Hello, WinUI](../../get-started/start-here.md)**<br>
9494
Setup your development environment and build your first WinUI app.
9595
:::column-end:::
9696
:::column:::

0 commit comments

Comments
 (0)