1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

doc: fix: remove a word (#2093)

The 'you' word has no sense here
This commit is contained in:
sblondon
2025-02-27 18:29:52 +01:00
committed by GitHub
parent b9d202c491
commit 14bbb324e5

View File

@ -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).