Skip to content

Commit 250ace2

Browse files
authored
Update docs/repo-docs/crafting-your-repository/configuring-tasks.mdx
1 parent 49df368 commit 250ace2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/repo-docs/crafting-your-repository/configuring-tasks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You can also run scripts in the `package.json` in the Workspace root using `turb
288288
</Tab>
289289
</Tabs>
290290

291-
With the root task now registered, `turbo run lint:root` will now run the task. You can also run `turbo run lint lint:root` to run all your linting tasks.
291+
With the Root Task now registered, `turbo run lint:root` will now run the task. You can also run `turbo run lint lint:root` to run all your linting tasks.
292292

293293
#### When to use Root Tasks
294294

0 commit comments

Comments
 (0)