From 6989cd84b75d8116c0a2beeb558e3b6a8ae095a8 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Thu, 31 Oct 2024 14:16:49 +0100 Subject: [PATCH] Fix missing backtick in registerprotocolhandler description --- features/registerprotocolhandler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/registerprotocolhandler.yml b/features/registerprotocolhandler.yml index d5eb39f8976..03e06101509 100644 --- a/features/registerprotocolhandler.yml +++ b/features/registerprotocolhandler.yml @@ -1,5 +1,5 @@ name: registerProtocolHandler -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." +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." spec: https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers compat_features: - api.Navigator.registerProtocolHandler