Skip to content

Commit d755d36

Browse files
mixlaabneighborhood999
authored andcommitted
Add closing </p> tag (#6394)
1 parent 9a3dc3b commit d755d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/Component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ class Form extends Component {
632632
return (
633633
<>
634634
<input value={this.state.name} onChange={this.handleNameChange} />
635-
<p>Hello, {this.state.name}.
635+
<p>Hello, {this.state.name}.</p>
636636
</>
637637
);
638638
}

0 commit comments

Comments
 (0)