Merge pull request #6710 from miniak/docs-fixes
docs: fix cwd description for shell.writeShortcutLink
This commit is contained in:
commit
15e6028f38
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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()`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue