README: minor rephrase.

This commit is contained in:
LCD 47 2016-08-23 06:53:00 +03:00
parent 5a37eab330
commit 247bf25d80
2 changed files with 3 additions and 3 deletions

View File

@ -308,8 +308,8 @@ checker should be picked up automatically by syntastic.
__4.7. Q. What happened to the `tsc` checker?__
A. It didn't meet people's expectations and it has been removed. Please
consider using the external checker [tsuquyomi][tsuquyomi] instead. If you
A. It didn't meet people's expectations and it has been removed. A better
checker for TypeScript comes with the plugin [tsuquyomi][tsuquyomi]. If you
install this plugin the checker should be picked up automatically by syntastic.
<a name="faqxcrun"></a>

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-196'
let g:_SYNTASTIC_VERSION = '3.7.0-197'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1