From d8f79bf29b9d54fbec81f6cc76dee0d849d5d7de Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Wed, 3 Aug 2016 15:43:30 +0200 Subject: [PATCH] docs: fix cwd description for shell.writeShortcutLink --- docs/api/shell.md | 2 +- docs/api/web-contents.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/shell.md b/docs/api/shell.md index bad864f28679..f2b4ad3ba88d 100644 --- a/docs/api/shell.md +++ b/docs/api/shell.md @@ -59,7 +59,7 @@ Play the beep sound. exist. * `options` Object * `target` String - The target to launch from this shortcut. - * `cwd` String (optional) - The target to launch from this shortcut. Default + * `cwd` String (optional) - The working directory. Default is empty. * `args` String (optional) - The arguments to be applied to `target` when launching from this shortcut. Default is empty. diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index c27237b1c70e..78bb6b56ae39 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -681,7 +681,7 @@ Sends a request to get current zoom level, the `callback` will be called with * `minimumLevel` Number * `maximumLevel` Number -Sets the maximum and minimum zoom level.` +Sets the maximum and minimum zoom level. #### `contents.undo()`