From 563bdc0e408cfd4e268e138dc9c22cf5c060665e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 17 Apr 2016 22:46:17 +0900 Subject: [PATCH] Typo --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 15a59ca..b81412e 100644 --- a/faq.md +++ b/faq.md @@ -24,7 +24,7 @@ if has('mac') endif ``` -The caveat is that when the condition is not met, `PlugClean` will try to remove the plugin. This can be problematic if you shar the same configuration across terminal Vim, GVim, and Neovim. +The caveat is that when the condition is not met, `PlugClean` will try to remove the plugin. This can be problematic if you share the same configuration across terminal Vim, GVim, and Neovim. ```vim " When started with plain Vim, the plugin is not registered