From 7be79613b8a7fa4ce775316d82388f10c82a8a2e Mon Sep 17 00:00:00 2001 From: Boik Date: Thu, 19 Oct 2017 00:56:05 +0800 Subject: [PATCH] according to https://github.com/electron/electron/pull/10670, update app.md --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index 6c8bdd1be8c5..f7ff23e3a755 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -543,7 +543,7 @@ bar, and on macOS you can visit it from dock menu. Clears the recent documents list. -### `app.setAsDefaultProtocolClient(protocol[, path, args])` _macOS_ _Windows_ +### `app.setAsDefaultProtocolClient(protocol[, path, args])` * `protocol` String - The name of your protocol, without `://`. If you want your app to handle `electron://` links, call this method with `electron` as the