Skip to content

Commit 8e7bec2

Browse files
authored
Update guide.mdx (#18694)
1 parent 3e4f85d commit 8e7bec2

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
@@ -62,7 +62,7 @@ type Params = {
6262
export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
6363
async run(event: WorkflowEvent<Params>, step: WorkflowStep) {
6464
// Can access bindings on `this.env`
65-
// Can access params on `event.params`
65+
// Can access params on `event.payload`
6666

6767
const files = await step.do('my first step', async () => {
6868
// Fetch a list of files from $SOME_SERVICE

0 commit comments

Comments
 (0)