Skip to content

Commit

Permalink
Update 8.lazy-load-translations.md (nuxt-modules#2639)
Browse files Browse the repository at this point in the history
Corrected the misspelled word "not" to "note"
  • Loading branch information
iwarra authored Dec 28, 2023
1 parent b893214 commit d52a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/8.lazy-load-translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default defineNuxtConfig({
})
```

Please not the usage of the `files` property, as the above configuration specifies an array containing multiple file names.
Please note the usage of the `files` property, as the above configuration specifies an array containing multiple file names.

@nuxtjs/i18n will load locale messages with lazy loading in the order of the array specified in `files`. It then overrides the locale messages in the order in which they were loaded.

Expand Down

0 comments on commit d52a811

Please sign in to comment.