Skip to content

Commit

Permalink
docs: correct spelling from "opiniated" to "opinionated" (#24248)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomidealonge authored and manniL committed Dec 11, 2023
1 parent a797b3c commit 839c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/1.concepts/1.auto-imports.md
Expand Up @@ -11,7 +11,7 @@ const count = ref(1) // ref is auto-imported
</script>
```

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**.

Expand Down

0 comments on commit 839c16a

Please sign in to comment.