Browse Source

docs: fix protocol.isProtocolHandled documentation (#15430)

David Sanders 6 years ago
parent
commit
c93973ab7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/protocol.md

+ 1 - 1
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`.