From 8ff7c9ef5a2081c153894dbc4c4b958ea90cc833 Mon Sep 17 00:00:00 2001 From: Tochukwu Ibe-Ekeocha <114026179+tochukwuIbeEkeocha@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:19:58 -0700 Subject: [PATCH] Update specs/WindowControlsOverlayConfiguration.md Co-authored-by: David Risney --- specs/WindowControlsOverlayConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/WindowControlsOverlayConfiguration.md b/specs/WindowControlsOverlayConfiguration.md index db4b152d..19b018f8 100644 --- a/specs/WindowControlsOverlayConfiguration.md +++ b/specs/WindowControlsOverlayConfiguration.md @@ -99,7 +99,7 @@ interface ICoreWebView2WindowControlsOverlaySettings : IUnknown { /// with any elements directly below it, so you should avoid placing content there. /// To that end, there are four CSS environment vairables defined to help you /// get the dimensions of the available titlebar area to the left of the overlay. - /// Similarly the navigator object wil contain a WindowControlsOverlay property + /// Similarly the navigator object wil contain a [WindowControlsOverlay property](https://developer.mozilla.org/en-US/docs/Web/API/WindowControlsOverlay) /// which can be used to get the titlebar area as a rect, and listen for changes /// to the size of that area. ///