Skip to content

Commit 18ccd95

Browse files
fix includng typo in workflows/build page
1 parent c5d31c3 commit 18ccd95

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
@@ -186,7 +186,7 @@ Create (trigger) a new instance of the given Workflow.
186186

187187
* <code>create(options?: WorkflowInstanceCreateOptions): Promise&lt;WorkflowInstance&gt;</code>
188188

189-
* `options` - optional properties to pass when creating an instance, includng a user-provided ID and payload parameters.
189+
* `options` - optional properties to pass when creating an instance, including a user-provided ID and payload parameters.
190190

191191
An ID is automatically generated, but a user-provided ID can be specified (up to 64 characters [^1]). This can be useful when mapping Workflows to users, merchants or other identifiers in your system. You can also provide a JSON object as the `params` property, allowing you to pass data for the Workflow instance to act on as its [`WorkflowEvent`](/workflows/build/events-and-parameters/).
192192

0 commit comments

Comments
 (0)