From c93973ab7a72bb5de1e6e8cd54d408d94b0ccd57 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 29 Oct 2018 13:23:23 -0600 Subject: [PATCH] docs: fix protocol.isProtocolHandled documentation (#15430) --- docs/api/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/protocol.md b/docs/api/protocol.md index 1a6a0f8532..4d19869cea 100644 --- a/docs/api/protocol.md +++ b/docs/api/protocol.md @@ -267,7 +267,7 @@ Unregisters the custom protocol of `scheme`. * `scheme` String * `callback` Function - * `error` Error + * `handled` Boolean The `callback` will be called with a boolean that indicates whether there is already a handler for `scheme`.