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=".").