Skip to content

Commit e6aad5a

Browse files
docs: add missing comma (#11976)
Add missing comma
1 parent 4ebd3ce commit e6aad5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/configuration/overview.mdx

+1-1
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)