From ff708625e65d36661b7dc7f84f3ee394e0eca4c6 Mon Sep 17 00:00:00 2001 From: Pavel Dubrova Date: Tue, 30 Apr 2024 06:54:30 +0300 Subject: [PATCH] docs: WindowExtensions: Typo fix (#171) Remove extra backtick Signed-off-by: Pavel Dubrova --- docs/concepts/WindowExtensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/WindowExtensions.md b/docs/concepts/WindowExtensions.md index 01c3809..1a0012a 100644 --- a/docs/concepts/WindowExtensions.md +++ b/docs/concepts/WindowExtensions.md @@ -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