From d2167c573d23ec95bd85b1b9fa040b4c5234542b Mon Sep 17 00:00:00 2001 From: Ivan Paulin Date: Fri, 18 Jan 2019 23:12:19 +0100 Subject: [PATCH] Fix typo in text (#27793) Fix typo in the word "s everal" to "several". --- guide/english/vim/modes/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/english/vim/modes/index.md b/guide/english/vim/modes/index.md index a58cbafb2e..ba475990d9 100644 --- a/guide/english/vim/modes/index.md +++ b/guide/english/vim/modes/index.md @@ -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