From 9bc8009b45ba2571b515b74533d4c0d6c86db8bc Mon Sep 17 00:00:00 2001 From: L Day Date: Tue, 28 Aug 2018 09:25:58 +0000 Subject: [PATCH] vim: fix typo (#2265) --- pages/common/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/vim.md b/pages/common/vim.md index 9ca4c24aac..68a7afb425 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -1,6 +1,6 @@ # vim -> Vi IMproved, a programmer's text editor, providing several modes for different kinds of text manipulation. +> Vi IMproved, a programmer's text editor, provides several modes for different kinds of text manipulation. > Pressing `i` enters edit mode. `` goes back to normal mode, which doesn't allow regular text insertion. - Open a file: