summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCH-DanReif <35710107+CH-DanReif@users.noreply.github.com>2018-04-30 12:12:25 -0700
committerGitHub <noreply@github.com>2018-04-30 12:12:25 -0700
commite9fc23a0c1ed06818e69e853288e7673ba1a0ef3 (patch)
tree468a978bb1182e3532a0bc9a92d9871c0702b1f3
parent3e0c887365bc1ebd55b91dd69ab73f2dee1f00ed (diff)
parenta7e2b8a7006535fcca754b58144620d8b2b70973 (diff)
downloadvim-polyglot-e9fc23a0c1ed06818e69e853288e7673ba1a0ef3.tar.gz
vim-polyglot-e9fc23a0c1ed06818e69e853288e7673ba1a0ef3.zip
Merge pull request #281 from djpowers/patch-1
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab7b2b3a..b39739b9 100644
--- a/README.md
+++ b/README.md
@@ -170,7 +170,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