Skip to content

Commit f5b3aaf

Browse files
committed
wording
1 parent e11c6f3 commit f5b3aaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/workflows/build/trigger-workflows.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ class_name = "MyWorkflow"
4848

4949
The `binding = "MY_WORKFLOW"` line defines the JavaScript variable that our Workflow methods are accessible on, including `create` (which triggers a new instance) or `get` (which returns the status of an existing instance).
5050

51-
The following example shows how to:
51+
The following example shows how you can manage Workflows from within a Worker, including:
5252

53-
* Retrieve the status of an existing Workflow instance by its ID
54-
* Create (trigger) a new Workflow instance
55-
* Return the status of a given instance ID.
53+
* Retrieving the status of an existing Workflow instance by its ID
54+
* Creating (triggering) a new Workflow instance
55+
* Returning the status of a given instance ID.
5656

5757
```ts title="src/index.ts"
5858
interface Env {

0 commit comments

Comments
 (0)