diff --git a/docs/content/1.getting-started/6.data-fetching.md b/docs/content/1.getting-started/6.data-fetching.md index 5f9e0a3f63..a34b2624c2 100644 --- a/docs/content/1.getting-started/6.data-fetching.md +++ b/docs/content/1.getting-started/6.data-fetching.md @@ -45,7 +45,7 @@ This composable behaves identically to `useFetch` with the `lazy: true` option s ```vue