Skip to content

Commit d8424ed

Browse files
authored
doc: fix a typo
1 parent 7b68f5e commit d8424ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function App() {
6666
<h1>"{description}" was clicked.</h1>
6767
<button onClick={clickCallback}>click me</button>
6868
<button onClick={clickCallback}>click you</button>
69-
<button onClick={clickCallback}>click he</button>
69+
<button onClick={clickCallback}>click him</button>
7070
</div>
7171
);
7272
}

0 commit comments

Comments
 (0)