We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031ea13 commit 71dd9b8Copy full SHA for 71dd9b8
1 file changed
specs/TryUpdateRuntime.md
@@ -167,7 +167,7 @@ interface ICoreWebView2ExperimentalTryUpdateRuntimeCompletedHandler : IUnknown {
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
170
- /// Runtime being installed and `NewBrowserVersionAvailable` event being fired.
+ /// Runtime being installed and `NewBrowserVersionAvailable` event being raised.
171
/// There is no guarantee on the order of that event being fired and
172
/// TryUpdateRuntimeis completed handler being invoked. Besides the
173
/// `NewBrowserVersionAvailable` event, there will be no impact to any
0 commit comments