fix typos

This commit is contained in:
Miles Steele 2015-04-25 14:02:12 -04:00 committed by syl20bnr
parent 2d9cd22d82
commit e351c72c07

View file

@ -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 <kbd>SPC</kbd> (space bar, this is why the name `spacemacs`).
key is set to <kbd>SPC</kbd> (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.