Skip to content

Commit

Permalink
fix(docs): fix typo in autocomplete documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiiFu committed Jun 5, 2024
1 parent 2069a7a commit ad6f980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/components/autocomplete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The following example uses the `defaultFilter` prop to filter the list of option

### Asynchronous Filtering

Autocomplete supports asynchronous filtering, in the example below we are using the [useAyncList](https://react-spectrum.adobe.com/react-stately/useAsyncList.html) function
Autocomplete supports asynchronous filtering, in the example below we are using the [useAsyncList](https://react-spectrum.adobe.com/react-stately/useAsyncList.html) function
from [react-aria](https://react-spectrum.adobe.com) to handle asynchronous loading and filtering of data from a server.

<PackageManagers
Expand Down

0 comments on commit ad6f980

Please sign in to comment.