We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b68f5e commit d8424edCopy full SHA for d8424ed
README.md
@@ -66,7 +66,7 @@ function App() {
66
<h1>"{description}" was clicked.</h1>
67
<button onClick={clickCallback}>click me</button>
68
<button onClick={clickCallback}>click you</button>
69
- <button onClick={clickCallback}>click he</button>
+ <button onClick={clickCallback}>click him</button>
70
</div>
71
);
72
}
0 commit comments