Skip to content

Commit ec63b3b

Browse files
author
Maura Winstanley
committed
typo
1 parent 0e6150e commit ec63b3b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

specs/LaunchingRegisteredProtocols.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We are exposing an event that will fire when an attempt to launch a registered p
44

55
# Description
66

7-
This event will fire before the registered protocol launch occurs. Currently a popup dialog is displayed in which the user can click `Open` or `Cancel`. If the request is made from a trustworthy origin a checkmark box will be displayed that will allow the user to always allow this registered protocol from this origin. The `NavigationStarting`, `NavigationCompleted, `SourceChanged`, `ContentLoading`, and `HistoryChanged` events will not fire when a request is made to launch a registered protocol.
7+
This event will fire before the registered protocol launch occurs. Currently a popup dialog is displayed in which the user can click `Open` or `Cancel`. If the request is made from a trustworthy origin a checkmark box will be displayed that will allow the user to always allow this registered protocol from this origin. The `NavigationStarting`, `NavigationCompleted`, `SourceChanged`, `ContentLoading`, and `HistoryChanged` events will not fire when a request is made to launch a registered protocol.
88

99
There are two events associated with the registered protocol launch - one for the main frame, and one for non-main frame(s). In the case in which the launch request is made from a non-main frame, the frame will raise a `LaunchingRegisteredProtocol` event as well as `CoreWebView2.FrameLaunchingRegisteredProtocol` event.
1010
# Examples
@@ -120,9 +120,10 @@ interface ICoreWebView2_11 : IUnknown {
120120
/// The RegisteredProtocol event fires when a launch request is made to a protocol
121121
/// that is registered with the Windows OS. The host has the option to
122122
/// handle this event by suppressing the popup dialog that gives the user
123-
/// the option to allow the app launch as well as programatically cancel the
124-
/// app launch. The host also is given the opportunity to revoke previous permissions
125-
/// given to this origin and protocol to be launched automatically.
123+
/// the option to allow the protocol launch. The host also has the option to
124+
/// programatically cancel the protocol launch.
125+
/// The host also is given the opportunity to revoke previous permissions
126+
/// given to this origin to launch the protocol automatically.
126127
/// The `NavigationStarting`, `NavigationCompleted, `SourceChanged`,
127128
/// `ContentLoading`, and `HistoryChanged` events will not fire, regardless
128129
/// of whether the `Cancel` or `Handled` property is set to `TRUE` or

0 commit comments

Comments
 (0)