We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d202c commit 14bbb32Copy full SHA for 14bbb32
website/docs/usage.mdx
@@ -411,7 +411,7 @@ If you run `task -a` it will print:
411
task: Found multiple tasks (greet) included by "lib"
412
```
413
414
-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,
415
you may want to exclude it from the flattened tasks.
416
417
You can do this by using the [`excludes` option](#exclude-tasks-from-being-included).
0 commit comments