From 14bbb324e53e59e4ef54dab3f66073c4240f1640 Mon Sep 17 00:00:00 2001 From: sblondon Date: Thu, 27 Feb 2025 18:29:52 +0100 Subject: [PATCH] doc: fix: remove a word (#2093) The 'you' word has no sense here --- website/docs/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage.mdx b/website/docs/usage.mdx index ad351ab1..0bfa5086 100644 --- a/website/docs/usage.mdx +++ b/website/docs/usage.mdx @@ -411,7 +411,7 @@ If you run `task -a` it will print: task: Found multiple tasks (greet) included by "lib" ``` -If you the included Taskfile has a task with the same name as a task in the main Taskfile, +If the included Taskfile has a task with the same name as a task in the main Taskfile, you may want to exclude it from the flattened tasks. You can do this by using the [`excludes` option](#exclude-tasks-from-being-included).