Skip to content

Commit 8fb29b8

Browse files
author
abingham
committed
Update README.md
1 parent 744e15e commit 8fb29b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ the `flycheck-disabled-checkers` list in your mode hook. For example:
134134
(add-hook 'python-mode-hook (lambda () (add-to-list 'flycheck-disabled-checkers 'ycmd))
135135
```
136136

137-
With this, the ycmd checker will be ignore in `python-mode`. Since
137+
With this, the ycmd checker will be ignored in `python-mode`. Since
138138
`flycheck-disabled-checkers` is buffer-local, the ycmd-based checker
139139
will still be available for other modes.
140140

0 commit comments

Comments
 (0)