Skip to content

Commit 909db87

Browse files
tonytkachenkoBjornnyborg
authored andcommitted
docs: add missing comma (#11976)
Add missing comma
1 parent 7fe7521 commit 909db87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export default buildConfig({
239239
// ...
240240
// highlight-start
241241
cors: {
242-
origins: ['http://localhost:3000']
242+
origins: ['http://localhost:3000'],
243243
headers: ['x-custom-header']
244244
}
245245
// highlight-end

0 commit comments

Comments
 (0)