diff --git a/docs/api/accelerator.md b/docs/api/accelerator.md index f90e409043f0..8e4e4005dce2 100644 --- a/docs/api/accelerator.md +++ b/docs/api/accelerator.md @@ -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.