Skip to content

Commit 733a897

Browse files
Update src/content/docs/workflows/build/workers-api.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent b9a2a2e commit 733a897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/workers-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Each element of the `batch` list is expected to the
281281
const listOfInstances = [
282282
{ id: "id-abc123", params: { "hello": "world-0" } },
283283
{ id: "id-def456", params: { "hello": "world-1" } },
284-
{ id: "idFromBatch2", params: { "hello": "world-2" } }
284+
{ id: "id-ghi789", params: { "hello": "world-2" } }
285285
];
286286
let instances = await env.MY_WORKFLOW.createBatch(listOfInstances);
287287
```

0 commit comments

Comments
 (0)