Skip to content

Commit f949428

Browse files
authored
Add closing </p> tag (#6394)
1 parent 9c60167 commit f949428

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)