Skip to content

Commit acd149d

Browse files
docs: update triggering.mdx fixing wrong argument numeration for options
Update the docs triggering.mdx: text indicating options argument position inside `tasks.trigger` function. Options object is a third argument instead of stated second argument.
1 parent 4565f19 commit acd149d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/triggering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function POST(request: Request) {
6666
}
6767
```
6868

69-
You can pass in options to the task using the second argument:
69+
You can pass in options to the task using the third argument:
7070

7171
```ts Your backend
7272
import { tasks } from "@trigger.dev/sdk/v3";

0 commit comments

Comments
 (0)