Skip to content

Commit aa4a6e0

Browse files
developitmarvinhagemeister
authored andcommitted
Update hooks.md (#394)
1 parent 39f5db7 commit aa4a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/guide/v10/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function Foo() {
228228
return (
229229
<>
230230
<input ref={input} />
231-
<button onClick={onClick}>Focus input<button>
231+
<button onClick={onClick}>Focus input</button>
232232
</>
233233
);
234234
}

0 commit comments

Comments
 (0)