Skip to content

Commit 0eb8f75

Browse files
authored
docs: fix typo, example was not valid JSON (#13224)
### What? A comma is missing in the example code. This results in not valid JSON. ### Why? I stumbled upon it, while setting up a Tenant-based Payload for the first time. ### How? Adding a comma results in valid JSON. Fixes # Added a comma. ;)
1 parent af2ddff commit 0eb8f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/multi-tenant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const config = buildConfig({
230230
slug: 'tenants',
231231
admin: {
232232
useAsTitle: 'name'
233-
}
233+
},
234234
fields: [
235235
// remember, you own these fields
236236
// these are merely suggestions/examples

0 commit comments

Comments
 (0)