We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a811b commit 031ea13Copy full SHA for 031ea13
1 file changed
specs/TryUpdateRuntime.md
@@ -166,7 +166,7 @@ interface ICoreWebView2ExperimentalTryUpdateRuntimeCompletedHandler : IUnknown {
166
[uuid(9A2BE885-7F0B-4B26-B6DD-C969BAA00BF1), object, pointer_default(unique)]
167
interface ICoreWebView2ExperimentalEnvironment3 : IUnknown {
168
/// Try to update the installed Microsoft Edge WebView2 Runtime.
169
- /// This will potentially result in a new version of the Edge Webview2
+ /// This will potentially result in a new version of the Edge WebView2
170
/// Runtime being installed and `NewBrowserVersionAvailable` event being fired.
171
/// There is no guarantee on the order of that event being fired and
172
/// TryUpdateRuntimeis completed handler being invoked. Besides the
0 commit comments