Skip to content

Commit da9c4fa

Browse files
authored
listbox docs: fix typos
- Spell `expanded` correctly - Change `button` to `arrow` because this is the arrow example
1 parent a376dae commit da9c4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/listbox.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Please see the [styling guide](/styling).
429429
```css
430430
[data-reach-listbox-button] {
431431
}
432-
[data-reach-listbox-button][aria-expaned="true"] {
432+
[data-reach-listbox-button][aria-expanded="true"] {
433433
}
434434
[data-reach-listbox-button][aria-disabled="true"] {
435435
}
@@ -492,7 +492,7 @@ Please see the [styling guide](/styling).
492492
```css
493493
[data-reach-listbox-arrow] {
494494
}
495-
[data-reach-listbox-button][data-expaned] {
495+
[data-reach-listbox-arrow][data-expanded] {
496496
}
497497
```
498498

0 commit comments

Comments
 (0)