Skip to content

Commit d05c25a

Browse files
committed
fix review error
1 parent 62063c2 commit d05c25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/render-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class MouseTracker extends React.Component {
218218

219219
```js
220220
// 如果你出于某种原因真的想要 HOC,那么你可以轻松实现
221-
// 使用具有 render prop 的常规组件创建一个
221+
// 使用具有 render prop 的普通组件创建一个
222222
function withMouse(Component) {
223223
return class extends React.Component {
224224
render() {

0 commit comments

Comments
 (0)