Skip to content

Commit

Permalink
docs: adds missing comma to example config in localization.mdx (#9618)
Browse files Browse the repository at this point in the history
  • Loading branch information
drosi94 authored Nov 29, 2024
1 parent 702df1f commit aa5dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { buildConfig } from 'payload'
export default buildConfig({
// ...
localization: {
locales: ['en', 'es', 'de'] // required
locales: ['en', 'es', 'de'], // required
defaultLocale: 'en', // required
},
})
Expand Down

0 comments on commit aa5dd8a

Please sign in to comment.