Skip to content

Commit d478e03

Browse files
committed
docs
1 parent 6d9ebb0 commit d478e03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/tsx/attribute-types/attribute-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To make enable TSX attribute types:
1212
1313
[](./code-usage.tsx ':include :type=code tsx')
1414

15-
## Type checking
15+
## Property types checking in component
1616

1717
We could check if component implements properties by `implements`.
1818

docs/zh-cn/tsx/attribute-types/attribute-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
1313
[](./code-usage.tsx ':include :type=code tsx')
1414

15-
## 类型检查
15+
## 组件内属性类型检查
1616

1717
你可以通过`implements`来检查组件是否实现了属性。
1818

1919
[](./code-type-checking.tsx ':include :type=code tsx')
2020

21-
## 组件集成
21+
## 组件继承
2222

2323
TSX属性支持组件继承。
2424

0 commit comments

Comments
 (0)