docs(typescript): add missing backstick (#3288)
This commit is contained in:
parent
e5b97e3a92
commit
1d560d55f2
|
@ -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=".").
|
||||||
|
|
Loading…
Reference in New Issue