Skip to content

Commit 9cb5ec5

Browse files
authored
Update content/docs/fragments.md
1 parent 4c2996e commit 9cb5ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/fragments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Fragments
44
permalink: docs/fragments.html
55
---
66

7-
React 中的一个常见场景是组件会返回多个元素。Fragments 允许你将子列表分组,而无需向 DOM 添加额外节点。
7+
React 中的一个常见模式是一个组件返回多个元素。Fragments 允许你将子列表分组,而无需向 DOM 添加额外节点。
88

99
```js
1010
render() {

0 commit comments

Comments
 (0)