Skip to content

Commit

Permalink
Merge pull request #36866 from alcortesm/keyboard-dispatch-typo
Browse files Browse the repository at this point in the history
fix Keyboard dispatch help message typos
  • Loading branch information
alexdima authored Nov 14, 2017
2 parents 537ebcf + 3150f74 commit 64e244a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.")
}
}
};
Expand Down

0 comments on commit 64e244a

Please sign in to comment.