Change the parameter name for consistency

This commit is contained in:
Ivan Mir 2017-08-27 11:53:25 -03:00
parent 6717f0d2bb
commit 75b2915fee
4 changed files with 6 additions and 6 deletions

View file

@ -890,9 +890,9 @@ technologies, such as screen readers, has been detected. See
https://www.chromium.org/developers/design-documents/accessibility for more
details.
### `app.setAccessibilitySupportEnabled(value)` _macOS_ _Windows_
### `app.setAccessibilitySupportEnabled(enabled)` _macOS_ _Windows_
* `value` Boolean - A value for switching the accessibility support
* `enabled` Boolean - Enable or disable accessibility tree rendering
Manually enables Chrome's accessibility support, allowing to expose accessibility switch to users in application settings. https://www.chromium.org/developers/design-documents/accessibility for more
details.