Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abingham committed Jan 9, 2015
1 parent 744e15e commit 8fb29b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ the `flycheck-disabled-checkers` list in your mode hook. For example:
(add-hook 'python-mode-hook (lambda () (add-to-list 'flycheck-disabled-checkers 'ycmd))
```

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

Expand Down

0 comments on commit 8fb29b8

Please sign in to comment.