We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5155a2 commit 3dac28bCopy full SHA for 3dac28b
src/content/docs/workflows/get-started/guide.mdx
@@ -159,7 +159,7 @@ name = "workflows-starter"
159
binding = "MY_WORKFLOW"
160
# this is class that extends the Workflow class in src/index.ts
161
class_name = "MyWorkflow"
162
-# script_name is required during for the beta.
+# script_name is required during the beta.
163
# Must match the "name" of your Worker at the top of wrangler.toml
164
script_name = "workflows-starter"
165
```
0 commit comments