Skip to content

Commit b6ea72c

Browse files
Fix missing backtick in registerprotocolhandler description (#2127)
1 parent 251004d commit b6ea72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/registerprotocolhandler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: registerProtocolHandler
2-
description: "The `navigator.registerProtocolHandler()' method declares a site's ability to handle an address scheme (also known as a protocol). For example, an email site can register to open `mailto:` URLs or a VoIP site to open `tel:` URLs."
2+
description: "The `navigator.registerProtocolHandler()` method declares a site's ability to handle an address scheme (also known as a protocol). For example, an email site can register to open `mailto:` URLs or a VoIP site to open `tel:` URLs."
33
spec: https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers
44
compat_features:
55
- api.Navigator.registerProtocolHandler

0 commit comments

Comments
 (0)