From 1fbb11dafdc3ea5e8a2a56b871f78c790f5999c0 Mon Sep 17 00:00:00 2001 From: olhadon Date: Sat, 17 Nov 2018 04:50:16 -0500 Subject: [PATCH] spelling fix (#23703) --- guide/english/vim/useful-commands/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/vim/useful-commands/index.md b/guide/english/vim/useful-commands/index.md index 352b1e5631..fc191c4273 100644 --- a/guide/english/vim/useful-commands/index.md +++ b/guide/english/vim/useful-commands/index.md @@ -123,7 +123,7 @@ Important: if you want to replace the first occurence of the word, remove the `g For total beginners, Vim comes with a built in tutorial! You can access it by running `vimtutor` from your terminal and this will launch an interactive tutorial on *how to get started with Vim* (takes around 15 minutes to work through). -If you are not as confident in English, you can lanch `vimtutor` in your language of choice. For example `vimtutor fr` will launch the tutorial in french! +If you are not as confident in English, you can launch `vimtutor` in your language of choice. For example `vimtutor fr` will launch the tutorial in french! ## Other Useful Commands - `gg=G` fixes the indentation of the entire file