Skip to content

Commit 29026a3

Browse files
authored
Fix: Typo on overview.mdx (#1460)
* Fix: Typo on overview.mdx the import helloWorldTask wasn't called correctly at an example * Fix: Typo update on overview.mdx Now the import is called `helloWorld` instead of `helloWorldTask` to be consistent with the filename as requested
1 parent 0706482 commit 29026a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can trigger this in two ways:
3737
Here's how to trigger a single run from elsewhere in your code:
3838

3939
```ts Your backend code
40-
import { helloWorldTask } from "./trigger/hello-world";
40+
import { helloWorld } from "./trigger/hello-world";
4141

4242
async function triggerHelloWorld() {
4343
//This triggers the task and returns a handle

0 commit comments

Comments
 (0)