We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b392269 commit 7954ff9Copy full SHA for 7954ff9
1 file changed
specs/TryUpdateRuntime.md
@@ -40,7 +40,7 @@ async protected bool EnsureWebView2RuntimeVersion(string minimalVersionRequired)
40
// Recreate WebView2 Control to run with newer version
41
};
42
43
- // Trigger Edge WebView2 Runtime update, ignroe update result and rely on NewBrowserVersionAvailable to take action.
+ // Trigger Edge WebView2 Runtime update, ignore update result and rely on NewBrowserVersionAvailable to take action.
44
EnsureWebView2RuntimeVersion(desiredVersion);
45
}
46
0 commit comments