docs: fix typo (#1511)

This commit is contained in:
René Eschke 2021-10-27 13:47:13 +02:00 committed by GitHub
parent 0c1860a056
commit c6acee7fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ const { data } = await useFetch('/api/count')
### Best practices
The data returned by `useAsyncData` will be stored inside the page payload. This mean that every key returned that is not used in your component will be added to the payload.
The data returned by `useAsyncData` will be stored inside the page payload. This means that every key returned that is not used in your component will be added to the payload.
**We strongly recommend to only select the keys that you will use in your component.**