From 1d560d55f2a260b79f3d158782158bc71e4e5297 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Tue, 21 Feb 2017 17:03:07 +0300 Subject: [PATCH] docs(typescript): add missing backstick (#3288) --- public/docs/ts/latest/guide/typescript-configuration.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/typescript-configuration.jade b/public/docs/ts/latest/guide/typescript-configuration.jade index 80a5f4d0d6..8a8b8bb7b1 100644 --- a/public/docs/ts/latest/guide/typescript-configuration.jade +++ b/public/docs/ts/latest/guide/typescript-configuration.jade @@ -47,7 +47,7 @@ a(id="tsconfig") You can set a variable's type to `any` even when the `noImplicitAny` flag is `true`. - When the `noImplicitAny` flag is `true, you may get *implicit index errors* as well. + When the `noImplicitAny` flag is `true`, you may get *implicit index errors* as well. Most developers feel that *this particular error* is more annoying than helpful. You can suppress them with the following additional flag: code-example(format=".").