Merge pull request #9 from unional/patch-1

doc: fix typo
This commit is contained in:
Greg Van Liew 2018-10-22 12:19:34 -04:00 коммит произвёл GitHub
Родитель 89761bdc21 c9a7d023c7
Коммит 9c7c539476
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,7 @@ You can define settings for the `tslint-language-service` plugin in the `tsconfi
# Using a different version of tslint than the version that is bundled with the extension
The extension comes with a particular version of tslint. If you want to use a different version then you have to use `npm` install the `tslint-languageservice` module and `tslint` as a peer to the TypeScript version you want to use.
The extension comes with a particular version of tslint. If you want to use a different version then you have to use `npm` install the `tslint-language-service` module and `tslint` as a peer to the TypeScript version you want to use.
The modules folder should have the following layout:
- node_modules
- typescript