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