diff options
author | Benjie Gillam <benjie@jemjie.com> | 2017-11-27 15:55:57 +0000 |
---|---|---|
committer | Benjie Gillam <benjie@jemjie.com> | 2017-11-27 15:55:57 +0000 |
commit | 09f9c21f1b580077d27bb73858a10a64d2fa05e3 (patch) | |
tree | 4f94808c979cf68df34c4a3a6a440d643fb3314d | |
parent | e84ee4332f03844219da9c3f65e8ddc10be43ced (diff) | |
download | ale-09f9c21f1b580077d27bb73858a10a64d2fa05e3.zip |
Fix typo
-rw-r--r-- | doc/ale-typescript.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index d31ac71e..d83a2dfe 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -5,7 +5,7 @@ ALE TypeScript Integration *ale-typescript-options* =============================================================================== eslint *ale-typescript-eslint* -Becauase of how TypeScript compiles code to JavaScript and how interrelated +Because of how TypeScript compiles code to JavaScript and how interrelated the two languages are, the `eslint` linter for TypeScript uses the JavaScript options for `eslint` too. See: |ale-javascript-eslint|. |