Skip to content

Commit 0a03ca2

Browse files
authored
Fix missing comma (#23262)
1 parent 8be0a8f commit 0a03ca2

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)