From f9ae2c107a97ba9bb5e437bf2713a03deb6c81bc Mon Sep 17 00:00:00 2001 From: olhadon Date: Sat, 17 Nov 2018 04:55:03 -0500 Subject: [PATCH] fixed spelling (#23671) --- guide/english/vim/navigation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/vim/navigation/index.md b/guide/english/vim/navigation/index.md index 332e985471..ac25ccff55 100644 --- a/guide/english/vim/navigation/index.md +++ b/guide/english/vim/navigation/index.md @@ -39,7 +39,7 @@ $ moves to the end of the current line :n moves to line n (ex. :23 moves to line 23) can also use nG ^ moves to the first non blank character of the line. -ZZ moves to the center of the line your on +ZZ moves to the center of the line you are on H moves to the top of the screen M moves to the middle of the screen L moves to the bottom of the screen