summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNils Blum-Oeste <nblumoe@users.noreply.github.com>2015-07-22 20:22:24 +0200
committerNils Blum-Oeste <nblumoe@users.noreply.github.com>2015-07-22 20:22:24 +0200
commitf3cbe7c7abcbc993bd2932703b961e3618be3e98 (patch)
tree7de34c5693bd89ed24b1bb09cdc114b993362600 /README.md
parentf1fded77cdf6bf16fd9de2716cfe2cfac3a1a90c (diff)
Fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index afd5c5f5..810728d3 100644
--- a/README.md
+++ b/README.md
@@ -564,7 +564,7 @@ To make `tab` complete, without losing the ability to manually indent, you can a
(global-set-key (kbd "TAB") #'company-indent-or-complete-common)
```
-`company-indent-or-complete-common` in available only in `company-mode` 0.9+ (at
+`company-indent-or-complete-common` is available only in `company-mode` 0.9+ (at
the time of this writing it's still in development).
#### Migrating from `auto-complete-mode`