From e351c72c072b766783b8a37bd34e52cdbead7260 Mon Sep 17 00:00:00 2001 From: Miles Steele Date: Sat, 25 Apr 2015 14:02:12 -0400 Subject: [PATCH] fix typos --- doc/DOCUMENTATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DOCUMENTATION.md b/doc/DOCUMENTATION.md index d468d056a..178448306 100644 --- a/doc/DOCUMENTATION.md +++ b/doc/DOCUMENTATION.md @@ -614,7 +614,7 @@ states. Vim leader key to the Emacs world. This leader key is commonly set to `,` by Vim users, in `Spacemacs` the leader -key is set on SPC (space bar, this is why the name `spacemacs`). +key is set to SPC (space bar, this is why the name `spacemacs`). This key is the most accessible key on a keyboard and it is pressed with the thumb which is a good choice to lower the risk of [RSI][RSI]. @@ -653,8 +653,8 @@ Additional information may as well be displayed in the minibuffer. # Differences between Vim, Evil and Spacemacs - The `,` key does "repeat last `f`, `t`, `F`, or `T` command in opposite -direction in `Vim`, but in `Spacemacs` it the major mode specific leader -key by default (which can be set on another key binding in the dotfile). +direction in `Vim`, but in `Spacemacs` it is the major mode specific leader +key by default (which can be set to another key binding in the dotfile). Send a PR to add the differences you found in this section.