From d8084239751de2df6d985f4c8d61ebeb8d91b700 Mon Sep 17 00:00:00 2001 From: "trop[bot]" Date: Thu, 27 Sep 2018 12:50:14 +1000 Subject: [PATCH] docs: correct key code reqs for accel doc (#14824) --- 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 f90e409043..8e4e4005dc 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.