branch: externals/js2-mode commit 037bcf72e1bf8ea6c12919f6162211f1d4fa3f84 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Clarify what is likely to fail --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d3fe71..5a4180c 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Commentary](https://github.com/mooz/js2-mode/blob/d9bba5b51097e4915a36f652742588 and indenting of JSX syntax. Try it out! Until [#527](https://github.com/mooz/js2-mode/issues/527) is -addressed, linting is likely to fail after JSX code. If that bothers -you, you may elect to disable linting: +addressed, linting of JSX code is likely to fail. If that bothers you, +you may elect to disable linting: ```lisp (setq js2-mode-show-parse-errors nil)