Skip to content

Commit 3479851

Browse files
committed
docs(components/text): fix formatting of component description
1 parent 976b66d commit 3479851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/components/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 3
99
pub fn text(args: impl Into<TextArgs>)
1010
```
1111

12-
The Text component is used to display textual content.
12+
The `text` component is used to display textual content.
1313

1414
## Arguments
1515

docs/zhHans/components/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 3
99
pub fn text(args: impl Into<TextArgs>)
1010
```
1111

12-
Text 组件用于显示文本内容。
12+
`text` 组件用于显示文本内容。
1313

1414
## 参数
1515

0 commit comments

Comments
 (0)