Skip to content

Commit 88685f3

Browse files
author
Maura Winstanley
committed
fix typo
1 parent 7b96047 commit 88685f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/LaunchingRegisteredProtocols.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ interface ICoreWebView2_16 : ICoreWebView2_15 {
199199
///
200200
/// If the request is made from a trustworthy origin
201201
/// (https://w3c.github.io/webappsec-secure-contexts#potentially-trustworthy-origin)
202-
/// a checkmark box will be displayed that will allow the user to always allow
203-
/// this external protocol from this origin. If the user checks this box, upon the next
204-
/// request from that origin to that specific protocol, the event will still be raised.
202+
/// a checkmark box will be displayed that gives the user the option to always allow
203+
/// the external protocol to launch from this origin. If the user checks this box, upon the next
204+
/// request from that origin to the protocol, the event will still be raised.
205205
///
206206
/// \snippet SettingsComponent.cpp LaunchingExternalProtocol
207207
HRESULT add_LaunchingExternalProtocol(

0 commit comments

Comments
 (0)