Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

syntastic-checkers doc fix typo #1861

Merged
merged 1 commit into from
Sep 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/syntastic-checkers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6183,7 +6183,7 @@ Maintainer: LCD 47 <lcd047@gmail.com>

"ESLint" is a tool for identifying and reporting on patterns found
in ECMAScript/JavaScript code. With the "babel-eslint" plugin
(https://github.com/babel/babel-eslint) "ESLint" can also can also be
(https://github.com/babel/babel-eslint) "ESLint" can also be
used to check TypeScript files. See the project's page for details:

https://github.com/nzakas/eslint
Expand Down
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.7.0-207'
let g:_SYNTASTIC_VERSION = '3.7.0-208'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down