From 839c16a246002768ae58ea1b2d6a603be20ca4f2 Mon Sep 17 00:00:00 2001 From: Alonge Akintomide <45743756+tomidealonge@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:30:36 +0100 Subject: [PATCH] docs: correct spelling from "opiniated" to "opinionated" (#24248) --- docs/2.guide/1.concepts/1.auto-imports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/1.concepts/1.auto-imports.md b/docs/2.guide/1.concepts/1.auto-imports.md index a0c6396f1965..d2fd3dd86be2 100644 --- a/docs/2.guide/1.concepts/1.auto-imports.md +++ b/docs/2.guide/1.concepts/1.auto-imports.md @@ -11,7 +11,7 @@ const count = ref(1) // ref is auto-imported ``` -Thanks to its opiniated directory structure, Nuxt can auto-import your [`components/`](/docs/guide/directory-structure/components), [`composables/`](/docs/guide/directory-structure/components) and [`utils/`](/docs/guide/directory-structure/components). +Thanks to its opinionated directory structure, Nuxt can auto-import your [`components/`](/docs/guide/directory-structure/components), [`composables/`](/docs/guide/directory-structure/components) and [`utils/`](/docs/guide/directory-structure/components). Contrary to a classic global declaration, Nuxt preserves typings, IDEs completions and hints, and **only includes what is used in your production code**.