Skip to content

Commit a6c33ca

Browse files
committed
doc: add space
1 parent 3925f60 commit a6c33ca

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
@@ -321,4 +321,4 @@ class MouseTracker extends React.Component {
321321
}
322322
```
323323

324-
如果您无法静态定义prop(例如,因为您需要关闭组件的 props 和/或 state),则 `<Mouse>` 应该扩展 `React.Component`
324+
如果您无法静态定义 prop(例如,因为您需要关闭组件的 props 和/或 state),则 `<Mouse>` 应该扩展 `React.Component`

0 commit comments

Comments
 (0)