From 250ace2a2ac3b081c598a32643e143e6605aef3f Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Mon, 2 Sep 2024 07:53:07 -0600 Subject: [PATCH] Update docs/repo-docs/crafting-your-repository/configuring-tasks.mdx --- docs/repo-docs/crafting-your-repository/configuring-tasks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo-docs/crafting-your-repository/configuring-tasks.mdx b/docs/repo-docs/crafting-your-repository/configuring-tasks.mdx index 33743f00123e2..8e1f15553e87f 100644 --- a/docs/repo-docs/crafting-your-repository/configuring-tasks.mdx +++ b/docs/repo-docs/crafting-your-repository/configuring-tasks.mdx @@ -288,7 +288,7 @@ You can also run scripts in the `package.json` in the Workspace root using `turb -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. +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. #### When to use Root Tasks