correct key code reqs for accel doc (#14823)

This commit is contained in:
Shelley Vohr 2018-09-26 15:03:55 -07:00 committed by GitHub
parent 1b4d425876
commit be2c27d5b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
> Define keyboard shortcuts.
Accelerators are Strings that can contain multiple modifiers and key codes,
Accelerators are Strings that can contain multiple modifiers and a single key code,
combined by the `+` character, and are used to define keyboard shortcuts
throughout your application.