Skip to content

Commit 9359724

Browse files
Hyperlint Automation Fix
1 parent ce15d5b commit 9359724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/api-reference/run-workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can also call a Workflow that is defined in a different Workers script from
9797
// Required:
9898
"name": "EMAIL_WORKFLOW",
9999
"class_name": "MyWorkflow",
100-
// Optional: set tthe script_name field if your Workflow is defined in a
100+
// Optional: set the script_name field if your Workflow is defined in a
101101
// different project from your Agent
102102
"script_name": "email-workflows"
103103
}

0 commit comments

Comments
 (0)