From 41218876575ac15bd272edfdf55941c4bf776b0d Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Wed, 16 Sep 2020 00:12:54 -0400 Subject: [PATCH] typo: extraneous word in link to TSConfig Reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - seems like one was thinking "Check out the" and "There's also the", which came out as "There's also out the" 😄 --- .../documentation/copy/en/project-config/Compiler Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/project-config/Compiler Options.md b/packages/documentation/copy/en/project-config/Compiler Options.md index 8a7a8ef5a573..41a17bad66ac 100644 --- a/packages/documentation/copy/en/project-config/Compiler Options.md +++ b/packages/documentation/copy/en/project-config/Compiler Options.md @@ -134,4 +134,4 @@ Option | Type | Default - Setting compiler options in [`tsconfig.json`](/docs/handbook/tsconfig-json.html) files. - Setting compiler options in [MSBuild projects](/docs/handbook/compiler-options-in-msbuild.html). -- There's also out the [TSConfig Reference](/tsconfig). +- There's also the [TSConfig Reference](/tsconfig).