From b076ef7d888302548efe57b72366c43e6c1ea91c Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 24 Oct 2023 11:20:53 +0200 Subject: [PATCH] Fixed typo in webview2 local content article --- microsoft-edge/webview2/concepts/working-with-local-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/concepts/working-with-local-content.md b/microsoft-edge/webview2/concepts/working-with-local-content.md index 0437c2b08a..61325e167d 100644 --- a/microsoft-edge/webview2/concepts/working-with-local-content.md +++ b/microsoft-edge/webview2/concepts/working-with-local-content.md @@ -428,7 +428,7 @@ When loading local content via `WebResourceRequested`, you specify the local con ###### Additional web resources -`WebResourceRequested` modifies the content that's loaded via HTTP or HTTPS URLs, which support relative URL resolution. This menas that the resulting document can have references to additional web resources such as CSS, script, or image files that are also served via `WebResourceRequested`. +`WebResourceRequested` modifies the content that's loaded via HTTP or HTTPS URLs, which support relative URL resolution. This means that the resulting document can have references to additional web resources such as CSS, script, or image files that are also served via `WebResourceRequested`. ###### Additional web resources resolved in WebView2 process