diff --git a/docs/2.guide/2.directory-structure/1.plugins.md b/docs/2.guide/2.directory-structure/1.plugins.md index c4cec61635..995e6212d1 100644 --- a/docs/2.guide/2.directory-structure/1.plugins.md +++ b/docs/2.guide/2.directory-structure/1.plugins.md @@ -8,7 +8,7 @@ navigation.icon: i-ph-folder-duotone Nuxt automatically reads the files in the `plugins/` directory and loads them at the creation of the Vue application. ::note -All plugins inside are auto-registered, you don't need not add them to your `nuxt.config` separately. +All plugins inside are auto-registered, you don't need to add them to your `nuxt.config` separately. :: ::note