From e23d4aaf530b1839d7dd6938a2c347dec9d1e916 Mon Sep 17 00:00:00 2001 From: Richard van Driest Date: Fri, 9 Feb 2024 11:40:02 +0100 Subject: [PATCH] docs(table): correct spelling (#1340) --- docs/content/2.components/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.components/table.md b/docs/content/2.components/table.md index 70b5b041..bdc19f2c 100644 --- a/docs/content/2.components/table.md +++ b/docs/content/2.components/table.md @@ -156,7 +156,7 @@ const { data, pending } = await useLazyFetch(() => `/api/users?orderBy=${sort.va ``` ::callout{icon="i-heroicons-light-bulb" to="https://nuxt.com/docs/api/composables/use-fetch#params" target="_blank"} -We pass a function to `useLazyFetch` here make the url reactive but you can use the `query` / `params` options alongside `watch`. +We pass a function to `useLazyFetch` here to make the url reactive but you can use the `query` / `params` options alongside `watch`. :: #### Custom sorting