Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/3.guide/1.writing/7.document-driven.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down