Skip to content

Commit

Permalink
Update files/en-us/web/api/navigator/registerprotocolhandler/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
wbamberg and Josh-Cena authored Aug 8, 2024
1 parent deae7f2 commit 4422c74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ registerProtocolHandler(scheme, url)
- : A string containing the URL of the handler.
This URL must include `%s`, as a placeholder that will be replaced with the [escaped](/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent) URL to be handled.

The handler URL must use the `https` scheme, and must be of the same {{glossary("origin")}} as the webpage that is attemtping to register the handler.
The handler URL must use the `https` scheme, and must be of the same {{glossary("origin")}} as the webpage that is attempting to register the handler.

### Return value

Expand Down

0 comments on commit 4422c74

Please sign in to comment.