Browse Source

fix(typo): add missing closing character (#5415)

main
Pascal Fong Kye 2 years ago
committed by GitHub
parent
commit
9cd0db0a40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/learn/responding-to-events.md

2
beta/src/content/learn/responding-to-events.md

@ -588,7 +588,7 @@ export default function LightSwitch() {
</Sandpack>
Alternatively, you could wrap the call into another function, like `<button onClick={() => handleClick()}`:
Alternatively, you could wrap the call into another function, like `<button onClick={() => handleClick()}>`:
<Sandpack>

Loading…
Cancel
Save