From be2c27d5b8991016a7536921f669b266d1473afc Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 26 Sep 2018 15:03:55 -0700 Subject: [PATCH] correct key code reqs for accel doc (#14823) --- docs/api/accelerator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/accelerator.md b/docs/api/accelerator.md index 260a19f6c64..3f691f182f9 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.