Skip to content

Commit

Permalink
docs: missing comma (#8939)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksachse authored Oct 30, 2024
1 parent 819753a commit 5d99adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export default buildConfig({
admin: {
bundler: webpackBundler(), // or viteBundler()
},
db: mongooseAdapter({}) // or postgresAdapter({}),
editor: lexicalEditor({}) // or slateEditor({})
db: mongooseAdapter({}), // or postgresAdapter({})
editor: lexicalEditor({}), // or slateEditor({})
collections: [
{
slug: 'pages',
Expand Down

0 comments on commit 5d99adf

Please sign in to comment.