Browse Source

Improve grammar and punctuation of accelerator.md

Improve the grammar, sentence structure, punctuation and formatting of
`accelerator.md`.
Jeffrey Morgan 9 years ago
parent
commit
452619990e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/api/accelerator.md

+ 3 - 3
docs/api/accelerator.md

@@ -1,6 +1,6 @@
 # Accelerator
 
-An accelerator is string that represents a keyboard shortcut, it can contain
+An accelerator is a string that represents a keyboard shortcut. It can contain
 multiple modifiers and key codes, combined by the `+` character.
 
 Examples:
@@ -10,11 +10,11 @@ Examples:
 
 ## Platform notice
 
-On Linux and Windows, the `Command` key would not have any effect, you can
+On Linux and Windows, the `Command` key does not have any effect so
 use `CommandOrControl` which represents `Command` on OS X and `Control` on
 Linux and Windows to define some accelerators.
 
-The `Super` key is mapped to the `Windows` key on Windows and Linux and
+The `Super` key is mapped onto the `Windows` key on Windows and Linux and onto
 `Cmd` on OS X.
 
 ## Available modifiers