From 0b445a814e4cf077c57045ac6fd76234e51dedb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Ortu=C3=B1o?= Date: Sat, 8 Oct 2022 22:58:24 +0200 Subject: [PATCH 1/2] docs: fix code highlighting Seems like the code highlighter is not able to escape an apostrophe in the comment block --- docs/content/1.getting-started/6.data-fetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/6.data-fetching.md b/docs/content/1.getting-started/6.data-fetching.md index 5f9e0a3f63a..86ca780b1c5 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