Merge pull request #6710 from miniak/docs-fixes

docs: fix cwd description for shell.writeShortcutLink
This commit is contained in:
Kevin Sawicki 2016-08-03 14:36:27 -07:00 committed by GitHub
commit 15e6028f38
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ Play the beep sound.
exist. exist.
* `options` Object * `options` Object
* `target` String - The target to launch from this shortcut. * `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. is empty.
* `args` String (optional) - The arguments to be applied to `target` when * `args` String (optional) - The arguments to be applied to `target` when
launching from this shortcut. Default is empty. launching from this shortcut. Default is empty.

View file

@ -681,7 +681,7 @@ Sends a request to get current zoom level, the `callback` will be called with
* `minimumLevel` Number * `minimumLevel` Number
* `maximumLevel` Number * `maximumLevel` Number
Sets the maximum and minimum zoom level.` Sets the maximum and minimum zoom level.
#### `contents.undo()` #### `contents.undo()`