Skip to content

Commit

Permalink
Fixed typo in webview2 local content article
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset authored Oct 24, 2023
1 parent e373e80 commit b076ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b076ef7

Please sign in to comment.