From 03080ad5d941f526a0971fa5d52e565b6fbd4e2d Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Wed, 27 Nov 2024 15:24:35 +0100 Subject: [PATCH] docs: fix typos in punctuation (#30006) --- docs/3.api/2.composables/use-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/2.composables/use-fetch.md b/docs/3.api/2.composables/use-fetch.md index 56effdc62c..038082ab65 100644 --- a/docs/3.api/2.composables/use-fetch.md +++ b/docs/3.api/2.composables/use-fetch.md @@ -30,7 +30,7 @@ If you're using a custom useFetch wrapper, do not await it in the composable, as :: ::note -`data`, `status` and `error` are Vue refs and they should be accessed with `.value` when used within the `