docs: fix typo on useAsyncData text in data-fetching page (#892)

This commit is contained in:
zecka 2021-10-13 10:55:30 +02:00 committed by GitHub
parent 0f7b252b3f
commit 33e7f68c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ Available options:
- `method`: Request method
- `params`: Query params
- `baseURL`: Base URL for request
- Options from `useAsyncDaa`
- Options from `useAsyncData`
- `defer`
- `server`
- `pick`