Skip to content

Commit 1f5f07e

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

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
@@ -286,7 +286,7 @@ const listOfInstances = [
286286
let instances = await env.MY_WORKFLOW.createBatch(listOfInstances);
287287
```
288288

289-
Returns a list of `WorkflowInstance`.
289+
Returns an array of `WorkflowInstance`.
290290

291291
### get
292292

0 commit comments

Comments
 (0)