Skip to content

Commit 3f6b934

Browse files
committed
Text fixes
1 parent baa5ead commit 3f6b934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"icon": "book-open",
1818
"groups": [
1919
{
20-
"group": "Getting Started",
20+
"group": "Getting started",
2121
"pages": ["introduction", "quick-start", "video-walkthrough", "how-it-works", "limits"]
2222
},
2323
{

docs/machines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Configure the number of vCPUs and GBs of RAM you want the task to
66
The `machine` configuration is optional. Using higher spec machines will increase the cost of running the task but can also improve the performance of the task if it is CPU or memory bound.
77

88
```ts /trigger/heavy-task.ts
9-
import { task } from "@trigger.dev/sdk/v3";
9+
import { task } from "@trigger.dev/sdk/v3";
1010

1111
export const heavyTask = task({
1212
id: "heavy-task",

0 commit comments

Comments
 (0)