Skip to content

Commit

Permalink
listbox docs: fix typos (#544)
Browse files Browse the repository at this point in the history
- Spell `expanded` correctly
- Change `button` to `arrow` because this is the arrow example
  • Loading branch information
ddanger authored Apr 11, 2020
1 parent acd5ec7 commit ce643ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/listbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ Please see the [styling guide](/styling).
```css
[data-reach-listbox-button] {
}
[data-reach-listbox-button][aria-expaned="true"] {
[data-reach-listbox-button][aria-expanded="true"] {
}
[data-reach-listbox-button][aria-disabled="true"] {
}
Expand Down Expand Up @@ -492,7 +492,7 @@ Please see the [styling guide](/styling).
```css
[data-reach-listbox-arrow] {
}
[data-reach-listbox-button][data-expaned] {
[data-reach-listbox-arrow][data-expanded] {
}
```

Expand Down

0 comments on commit ce643ce

Please sign in to comment.