fix(docs): fix typo in autocomplete documentation page (#3182)

This commit is contained in:
Damien Leroy 2024-06-07 02:35:22 +02:00 committed by GitHub
parent 3500147d7f
commit 6df27c6e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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