Skip to content

Commit 571f335

Browse files
authored
Update content/docs/fragments.md
1 parent dc91bf4 commit 571f335

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
@@ -38,7 +38,7 @@ class Table extends React.Component {
3838
}
3939
```
4040

41-
`<Columns />` 需要返回多个 `<td>` 元素才能使呈现的 HTML 有效。如果在 `<Columns />``render()` 中使用了父 div,则生成的 HTML 将无效。
41+
`<Columns />` 需要返回多个 `<td>` 元素以使渲染的 HTML 有效。如果在 `<Columns />``render()` 中使用了父 div,则生成的 HTML 将无效。
4242

4343
```jsx
4444
class Columns extends React.Component {

0 commit comments

Comments
 (0)