diff --git a/docs/api/app.md b/docs/api/app.md index e840018dd5a2..4e5066970b8e 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -604,7 +604,7 @@ This method checks if the current executable as the default handler for a protocol (aka URI scheme). If so, it will remove the app as the default handler. -### `app.isDefaultProtocolClient(protocol[, path, args])` _macOS_ _Windows_ +### `app.isDefaultProtocolClient(protocol[, path, args])` * `protocol` String - The name of your protocol, without `://`. * `path` String (optional) _Windows_ - Defaults to `process.execPath`