Merge pull request #36866 from alcortesm/keyboard-dispatch-typo

fix Keyboard dispatch help message typos
This commit is contained in:
Alexandru Dima 2017-11-14 15:40:15 +01:00 committed by GitHub
commit 64e244a12b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -581,7 +581,7 @@ if (OS === OperatingSystem.Macintosh || OS === OperatingSystem.Linux) {
'type': 'string',
'enum': ['code', 'keyCode'],
'default': 'code',
'description': nls.localize('dispatch', "Controls the dispatching logic for key presses to use either `keydown.code` (recommended) or `keydown.keyCode`.")
'description': nls.localize('dispatch', "Controls the dispatching logic for key presses to use either `code` (recommended) or `keyCode`.")
}
}
};