Merge pull request #6368 from vsemozhetbyt/patch-1

Fix disordered definitions in webContents doc
This commit is contained in:
Kevin Sawicki 2016-07-06 09:02:35 -07:00 committed by GitHub
commit d42d10a47c

View file

@ -649,8 +649,8 @@ the request can be obtained by subscribing to
* `action` String - Specifies the action to take place when ending
[`webContents.findInPage`](web-contents.md#webcontentfindinpage) request.
* `clearSelection` - Translate the selection into a normal selection.
* `keepSelection` - Clear the selection.
* `clearSelection` - Clear the selection.
* `keepSelection` - Translate the selection into a normal selection.
* `activateSelection` - Focus and click the selection node.
Stops any `findInPage` request for the `webContents` with the provided `action`.