Skip to content

Commit ac5ab12

Browse files
committed
ok
1 parent 60125b2 commit ac5ab12

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
@@ -301,7 +301,7 @@ This is useful when you are scheduling multiple instances at once. A call to `cr
301301

302302
* `batch` - list of Options to pass when creating an instance, including a user-provided ID and payload parameters.
303303

304-
Each element of the `batch` list is expected to the
304+
Each element of the `batch` list is expected to include both `id` and `params` properties:
305305

306306
```ts
307307
// Create a new batch of 3 Workflow instances, each with its own ID and pass params to the Workflow instances

0 commit comments

Comments
 (0)