From d6a72845a6c9d5999b924eeb78415438ae0551df Mon Sep 17 00:00:00 2001 From: Piet Delport Date: Thu, 6 Sep 2012 14:10:10 +0200 Subject: [PATCH] README: Typos. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index ef29f2bb..a8ed1aa9 100644 --- a/README.markdown +++ b/README.markdown @@ -107,9 +107,9 @@ Another reason it could fail is that the error output for the syntax checker may __Q. How can I jump between the different errors without using the location list at the bottom of the window?__ -A. Vim provides serveral built in commands for this. See `:help :lnext` and `:help :lprev`. +A. Vim provides several built in commands for this. See `:help :lnext` and `:help :lprev`. -If you use these commands a lot then you may want to add shortcut mappings to your vimrc, or install something like [unimpared](https://github.com/tpope/vim-unimpaired) - which provides such mappings (among other things). +If you use these commands a lot then you may want to add shortcut mappings to your vimrc, or install something like [unimpaired](https://github.com/tpope/vim-unimpaired) - which provides such mappings (among other things). Changelog ---------