docs(typescript): add missing backstick (#3288)

This commit is contained in:
AlexanderLukin 2017-02-21 17:03:07 +03:00 committed by Jesús Rodríguez
parent e5b97e3a92
commit 1d560d55f2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ a(id="tsconfig")
You can set a variable's type to `any` even when the `noImplicitAny` flag is `true`. 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. Most developers feel that *this particular error* is more annoying than helpful.
You can suppress them with the following additional flag: You can suppress them with the following additional flag:
code-example(format="."). code-example(format=".").