We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa715cf commit b350dbdCopy full SHA for b350dbd
api/assert-type.md
@@ -5,7 +5,7 @@
5
你可以使用此函数作为 [`expectTypeOf`](/api/expect-typeof) 的替代方法,以轻松地断言参数类型等于提供的泛型。
6
7
::: warning
8
-在运行时,此函数不执行任何操作。要 [启用 typechecking](/guide/testing-types#run-typechecking),不要忘记传递 `--typecheck` 标志。
+在运行时,此函数不执行任何操作。要 [启用类型检查](/guide/testing-types#run-typechecking),不要忘记传递 `--typecheck` 标志。
9
:::
10
11
```ts
0 commit comments