From 69309c9c0f5f82e689fe490a1b1148ba1239e7db Mon Sep 17 00:00:00 2001 From: Josh Deltener Date: Tue, 11 Jan 2022 12:01:53 -0600 Subject: [PATCH] chore: minor grammar tweak (#2640) --- docs/content/3.docs/1.usage/1.data-fetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.docs/1.usage/1.data-fetching.md b/docs/content/3.docs/1.usage/1.data-fetching.md index feaf5697fe..1f672b6a28 100644 --- a/docs/content/3.docs/1.usage/1.data-fetching.md +++ b/docs/content/3.docs/1.usage/1.data-fetching.md @@ -3,7 +3,7 @@ Nuxt provides `useFetch`, `useLazyFetch`, `useAsyncData` and `useLazyAsyncData` to handle data fetching within your application. ::alert{icon=👉} -**`useFetch`, `useLazyFetch`, `useAsyncData` and `useLazyAsyncData` only works during `setup` or `Lifecycle Hooks`** +**`useFetch`, `useLazyFetch`, `useAsyncData` and `useLazyAsyncData` only work during `setup` or `Lifecycle Hooks`** :: ## `useAsyncData`