Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/primitives/docs/components/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ Renders when the item is selected. You can style this element directly, or you c

### ScrollUpButton

An optional button used as an affordance to show the viewport overflow as well as functionaly enable scrolling upwards.
An optional button used as an affordance to show the viewport overflow as well as functionally enable scrolling upwards.

<PropsTable
data={[
Expand All @@ -747,7 +747,7 @@ An optional button used as an affordance to show the viewport overflow as well a

### ScrollDownButton

An optional button used as an affordance to show the viewport overflow as well as functionaly enable scrolling downwards.
An optional button used as an affordance to show the viewport overflow as well as functionally enable scrolling downwards.

<PropsTable
data={[
Expand Down