From 564428b6342f674bbe8b7e08b7b5b332799cb88a Mon Sep 17 00:00:00 2001 From: Ian Whitlock Date: Thu, 20 Jun 2013 16:08:34 -0300 Subject: [PATCH] Fixed typo in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index fb8423ef..4663db1a 100644 --- a/README.markdown +++ b/README.markdown @@ -111,7 +111,7 @@ e.g. Previously there was `g:syntastic_phpcs_conf`, now you must use `g:syntasti See `:help syntastic-checker-options` for more information. -__Q. I run a chacker and the location list is not updated...__ +__Q. I run a checker and the location list is not updated...__ A. By default, the location list is changed only when you run the `:Errors` command, in order to minimise conflicts with other plugins. If you want the location list to always be updated when you run the checkers, add this line to your vimrc: ```vim