Skip to content

Commit

Permalink
chore: add missing comma in README.md config example
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Sep 30, 2024
1 parent 7dfc4ea commit 989d775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npx nuxi@latest module add i18n
locales: [
{ code: 'en', language: 'en-US' },
{ code: 'fr', language: 'fr-FR' }
]
],
defaultLocale: 'en',
}
}
Expand Down

0 comments on commit 989d775

Please sign in to comment.