Fix typo in text (#27793)

Fix typo in the word "s everal" to "several".
This commit is contained in:
Ivan Paulin
2019-01-18 23:12:19 +01:00
committed by Tom
parent f4ca23a6e0
commit d2167c573d

View File

@ -20,8 +20,7 @@ certain key presses can:
- **k** move one row up
- **l** move one character right
As many vim commands, row movement can be prefixed by a number to move s
everal lines at a time:
As many vim commands, row movement can be prefixed by a number to move several lines at a time:
- **4j** move 4 rows down
- **6k** move 6 rows up