Skip to content

Commit b225423

Browse files
committed
docs typo
1 parent e36e3d5 commit b225423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/triggering.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function action({ request, params }: ActionFunctionArgs) {
102102

103103
### tasks.batchTrigger()
104104

105-
Triggers multiples runs of a task with the payloads you pass in, and any options you specify, without needing to import the task.
105+
Triggers multiple runs of a task with the payloads you pass in, and any options you specify, without needing to import the task.
106106

107107
<Note>
108108
By using `tasks.batchTrigger()`, you can pass in the task type as a generic argument, giving you
@@ -255,7 +255,7 @@ export const myTask = task({
255255

256256
### yourTask.batchTrigger()
257257

258-
Triggers multiples runs of a task with the payloads you pass in, and any options you specify. It does NOT wait for the result.
258+
Triggers multiple runs of a task with the payloads you pass in, and any options you specify. It does NOT wait for the result.
259259

260260
```ts /trigger/my-task.ts
261261
import { myOtherTask } from "~/trigger/my-other-task";

0 commit comments

Comments
 (0)