Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sy…
Browse files Browse the repository at this point in the history
…nc-f9494286
  • Loading branch information
docschina-bot committed Oct 31, 2023
2 parents dcf5246 + f949428 commit 9da3d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/Component.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ class Form extends Component {
return (
<>
<input value={this.state.name} onChange={this.handleNameChange} />
<p>Hello, {this.state.name}.
<p>Hello, {this.state.name}.</p>
</>
);
}
Expand Down

0 comments on commit 9da3d61

Please sign in to comment.