Skip to content

Commit 2bc8149

Browse files
fix(docs): little typo
1 parent 779f478 commit 2bc8149

File tree

1 file changed

+1
-1
lines changed
  • apps/website/src/routes/docs/headless/select

1 file changed

+1
-1
lines changed

apps/website/src/routes/docs/headless/select/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Because focus remains on the select trigger when the listbox is open, it's impor
267267

268268
The native `scrollIntoView` method is used to scroll the options into view when the user highlights an option.
269269

270-
To customizze the scroll behavior, add the `scrollOptions` prop to the `<Select />` root component.
270+
To customize the scroll behavior, add the `scrollOptions` prop to the `<Select />` root component.
271271

272272
> Qwik UI does not provide virtual scrolling. However, we have found a [Qwik community member's package](https://github.com/literalpie/qwik-virtual-scroll) that has an implementation of virtual scrolling for Qwik based on [Tanstack Virtual](https://github.com/TanStack/virtual).
273273

0 commit comments

Comments
 (0)