Skip to content

Commit b350dbd

Browse files
committed
fix: Fix some remaining pr with 775
1 parent fa715cf commit b350dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/assert-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
你可以使用此函数作为 [`expectTypeOf`](/api/expect-typeof) 的替代方法,以轻松地断言参数类型等于提供的泛型。
66

77
::: warning
8-
在运行时,此函数不执行任何操作。要 [启用 typechecking](/guide/testing-types#run-typechecking),不要忘记传递 `--typecheck` 标志。
8+
在运行时,此函数不执行任何操作。要 [启用类型检查](/guide/testing-types#run-typechecking),不要忘记传递 `--typecheck` 标志。
99
:::
1010

1111
```ts

0 commit comments

Comments
 (0)