Skip to content

Commit

Permalink
docs: WindowExtensions: Typo fix (#171)
Browse files Browse the repository at this point in the history
Remove extra backtick

Signed-off-by: Pavel Dubrova <[email protected]>
  • Loading branch information
bartcubbins authored Apr 30, 2024
1 parent a830af7 commit ff70862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/WindowExtensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To get the extension methods, first add `using WinUIEx;` to the top of your code
myWindow.Minimize();
myWindow.Maximize();
myWindow.Restore();
myWindow.Hide();`
myWindow.Hide();
```

- Move and resize window
Expand Down

0 comments on commit ff70862

Please sign in to comment.