Skip to content

Commit 3dac28b

Browse files
authored
Fix language error
1 parent e5155a2 commit 3dac28b

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workflows/get-started

1 file changed

+1
-1
lines changed

src/content/docs/workflows/get-started/guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ name = "workflows-starter"
159159
binding = "MY_WORKFLOW"
160160
# this is class that extends the Workflow class in src/index.ts
161161
class_name = "MyWorkflow"
162-
# script_name is required during for the beta.
162+
# script_name is required during the beta.
163163
# Must match the "name" of your Worker at the top of wrangler.toml
164164
script_name = "workflows-starter"
165165
```

0 commit comments

Comments
 (0)