Skip to content

Commit ae795fc

Browse files
etc-tiagosdnts
authored andcommitted
Fix missing comma (cloudflare#23262)
1 parent 497c6aa commit ae795fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/containers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async fetch(request, env) {
8888
"name": "MY_CONTAINER"
8989
}
9090
]
91-
}
91+
},
9292
"migrations": [
9393
{
9494
"new_sqlite_classes": [

0 commit comments

Comments
 (0)