From acad046d998dc3677b68ebdc0d86c5067ee18336 Mon Sep 17 00:00:00 2001 From: Karan Dev Date: Sun, 22 Mar 2015 03:55:15 +0530 Subject: [PATCH] Spelling Mistake Corrected requeired is replaced with required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b6ce4d..25e0843e 100644 --- a/README.md +++ b/README.md @@ -1558,7 +1558,7 @@ Default: `[see next line]` Some omnicompletion engines do not work well with the YCM cacheā€”in particular, they might not produce all possible results for a given prefix. By unsetting -this option you can ensure that the omnicompletion engine is requeried on every +this option you can ensure that the omnicompletion engine is required on every keypress. That will ensure all completions will be presented, but might cause stuttering and lagginess if the omnifunc is slow.