From ee4cc393f3efa8af58d27908534a147cb71e4d0b Mon Sep 17 00:00:00 2001 From: Ian Vidaurre Date: Sat, 13 Oct 2018 14:02:02 -0700 Subject: [PATCH] Typo fix for index.md (#18670) Changed OpemVim link to "OpenVim" --- client/src/pages/guide/english/vim/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/vim/index.md b/client/src/pages/guide/english/vim/index.md index 73f8960e98..ff1f03a257 100644 --- a/client/src/pages/guide/english/vim/index.md +++ b/client/src/pages/guide/english/vim/index.md @@ -18,7 +18,7 @@ Vim is rock stable and boasts many features including: One of the main differences that Vim (and its predecessor, *vi*) have over other editors like *nano*, is that it is a _modal editor_, which means that it have several modes of operation. For example, the editor starts in *Navigation Mode*, which allows you to quickly move around the document (or, more accurately _blazingly fast_). In this mode, you can enter commands to interact with your document, like using `:i` to enter `insert mode`, `:q` to quit, `/` to search text, among others. -The modal part of Vim is what makes it really powerful. For a interactive tutorial, please visit [OpemVim](http://www.openvim.com/). Here you can try for yourself several of its more powerful features. +The modal part of Vim is what makes it really powerful. For a interactive tutorial, please visit [OpenVim](http://www.openvim.com/). Here you can try for yourself several of its more powerful features. ## More information