Skip to content

Commit 19c3ea8

Browse files
author
zhaozhiming
committed
fix: update docs translate
1 parent d0bf4f0 commit 19c3ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/lists-and-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ReactDOM.render(
5050

5151
通常你需要在一个[组件](/docs/components-and-props.html) 中渲染列表。
5252

53-
我们可以把前面的例子重构成一个组件这个组件接收 `numbers` 数组作为参数,输出一个无序列表
53+
我们可以把前面的例子重构成一个组件这个组件接收 `numbers` 数组作为参数并输出一个元素列表
5454

5555
```javascript{3-5,7,13}
5656
function NumberList(props) {

0 commit comments

Comments
 (0)