From 1221980bc026633ecd4eab96e243b5ce525accdb Mon Sep 17 00:00:00 2001 From: Tochukwu Ibe-Ekeocha <114026179+tochukwuIbeEkeocha@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:18:55 -0700 Subject: [PATCH] Update specs/WindowControlsOverlayConfiguration.md Co-authored-by: Viktoria Zlatinova --- specs/WindowControlsOverlayConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/WindowControlsOverlayConfiguration.md b/specs/WindowControlsOverlayConfiguration.md index 8bb50471..db4b152d 100644 --- a/specs/WindowControlsOverlayConfiguration.md +++ b/specs/WindowControlsOverlayConfiguration.md @@ -58,7 +58,7 @@ public MainWindow() ```cpp /// Controller API used to configure the window controls overlay. /// To provide your app users with the best experience, it is important to handle webview -/// initialization errors appropriatly. Provide your users with a way to close the window +/// initialization errors appropriately. Provide your users with a way to close the window /// or restart the App. [uuid(101e36ca-7f75-5105-b9be-fea2ba61a2fd), object, pointer_default(unique)] interface ICoreWebView2Controller5 : IUnknown {