We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744e15e commit 8fb29b8Copy full SHA for 8fb29b8
README.md
@@ -134,7 +134,7 @@ the `flycheck-disabled-checkers` list in your mode hook. For example:
134
(add-hook 'python-mode-hook (lambda () (add-to-list 'flycheck-disabled-checkers 'ycmd))
135
```
136
137
-With this, the ycmd checker will be ignore in `python-mode`. Since
+With this, the ycmd checker will be ignored in `python-mode`. Since
138
`flycheck-disabled-checkers` is buffer-local, the ycmd-based checker
139
will still be available for other modes.
140
0 commit comments