diff --git a/guide/english/react/react-props-state/index.md b/guide/english/react/react-props-state/index.md index 057bf91ad6..0769e8143a 100644 --- a/guide/english/react/react-props-state/index.md +++ b/guide/english/react/react-props-state/index.md @@ -162,4 +162,4 @@ render() { The text rendered in the button is `Clicked {this.state.count} times`, which will use whatever this.state.count is at the time of rendering. -More Info about: **React props and state** +More Info about: **React props** and **state**