Skip to content

Commit 7e893fd

Browse files
authored
Update src/content/reference/react-dom/components/index.md
1 parent 748fb42 commit 7e893fd

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export function App() {
285285

286286
<Note>
287287

288-
Events are case-sensative and support dashes (`-`). Preserve the casing of the event and include all dashes when listening for custom element's events:
288+
Events are case-sensitive and support dashes (`-`). Preserve the casing of the event and include all dashes when listening for custom element's events:
289289

290290
```jsx
291291
// Listens for `say-hi` events

0 commit comments

Comments
 (0)