docs: fix protocol.isProtocolHandled documentation (#15430)

This commit is contained in:
David Sanders 2018-10-29 13:23:23 -06:00 committed by John Kleinschmidt
parent 894ae1b3f5
commit c93973ab7a

View file

@ -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`.