From 09f9c21f1b580077d27bb73858a10a64d2fa05e3 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Mon, 27 Nov 2017 15:55:57 +0000 Subject: [PATCH] Fix typo --- doc/ale-typescript.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index d31ac71..d83a2df 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|.