From 948eaed696943b10823ea295bcbaa428fb93ae52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Alfredo=20Mar=C3=ADn=20S=C3=A1ez?= Date: Tue, 28 Jun 2022 18:41:23 -0400 Subject: [PATCH] docs: fix inline code block --- docs/content/3.guide/1.writing/7.document-driven.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.guide/1.writing/7.document-driven.md b/docs/content/3.guide/1.writing/7.document-driven.md index 13f32b09e..81d279fff 100644 --- a/docs/content/3.guide/1.writing/7.document-driven.md +++ b/docs/content/3.guide/1.writing/7.document-driven.md @@ -83,7 +83,7 @@ This page will use the article layout! By default, it uses the `default` layout if none is specified. -If you want to use another layout by default, use the `layoutFallbacks`` option in the `nuxt.config`: +If you want to use another layout by default, use the `layoutFallbacks` option in the `nuxt.config`: ```ts [nuxt.config.ts] export default defineNuxtConfig({