summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Powers <djpowers89@gmail.com>2018-03-08 16:34:01 -0500
committerGitHub <noreply@github.com>2018-03-08 16:34:01 -0500
commita7e2b8a7006535fcca754b58144620d8b2b70973 (patch)
treea08c08028a1a0350f537f64e689827df1d9c5dec
parent96c5c20e418fa95b7137b6ef418946f25de91b1b (diff)
downloadvim-polyglot-a7e2b8a7006535fcca754b58144620d8b2b70973.tar.gz
vim-polyglot-a7e2b8a7006535fcca754b58144620d8b2b70973.zip
Fix typo in README
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f2bf325..d5802ca2 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ Individual language packs can be disabled by setting `g:polyglot_disabled` as fo
let g:polyglot_disabled = ['css']
```
-Note that disabiling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand.
+Note that disabling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand.
## Contributing