From 2b417356ba95f0d6f8a0a2f85fa8aa252296fe2f Mon Sep 17 00:00:00 2001 From: Petar Nikolov Date: Wed, 10 Jan 2024 10:58:30 +0200 Subject: [PATCH] docs: fix typo (#25127) --- docs/3.api/3.utils/$fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/3.utils/$fetch.md b/docs/3.api/3.utils/$fetch.md index 8e5ff25f08..9f30e87285 100644 --- a/docs/3.api/3.utils/$fetch.md +++ b/docs/3.api/3.utils/$fetch.md @@ -35,7 +35,7 @@ const { data } = await useFetch('/api/item') :read-more{to="/docs/getting-started/data-fetching"} -You can use `$fetch` for any method that are executed only on client-side. +You can use `$fetch` in any methods that are executed only on client-side. ```vue [pages/contact.vue]