Skip to content

Commit

Permalink
docs: left is a valid mode in contents.openDevTools() options (#32372) (
Browse files Browse the repository at this point in the history
  • Loading branch information
miniak committed Jan 10, 2022
1 parent d136430 commit 250b7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/web-contents.md
Expand Up @@ -1612,7 +1612,7 @@ app.whenReady().then(() => {

* `options` Object (optional)
* `mode` String - Opens the devtools with specified dock state, can be
`right`, `bottom`, `undocked`, `detach`. Defaults to last used dock state.
`left`, `right`, `bottom`, `undocked`, `detach`. Defaults to last used dock state.
In `undocked` mode it's possible to dock back. In `detach` mode it's not.
* `activate` Boolean (optional) - Whether to bring the opened devtools window
to the foreground. The default is `true`.
Expand Down

0 comments on commit 250b7ed

Please sign in to comment.