From 26393c0aa5c21430425348b805f8aff3824dd12c Mon Sep 17 00:00:00 2001 From: Corvin <43533385+corvinsz@users.noreply.github.com> Date: Tue, 15 Jul 2025 19:05:40 +0200 Subject: [PATCH] Update WPF_WebView2CompositionControl.md fix typo --- specs/WPF_WebView2CompositionControl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/WPF_WebView2CompositionControl.md b/specs/WPF_WebView2CompositionControl.md index a7bd2400..aa236088 100644 --- a/specs/WPF_WebView2CompositionControl.md +++ b/specs/WPF_WebView2CompositionControl.md @@ -568,5 +568,5 @@ At a high level, the WebView2CompositionControl instantiates a CoreWebView2 in m the regular WebView2 control, but connects to it and controls it using the CoreWebView2CompositionController instead of the CoreWebView2Controller. The composition controller is given a WinComp visual to draw into, and this visual is used to create a GraphicsCaptureSession. When frames from this capture session are -captured they are they rendered into a WPF Image element that's part of the control. +captured they are then rendered into a WPF Image element that's part of the control.