Skip to content

Commit 14bbb32

Browse files
authored
doc: fix: remove a word (go-task#2093)
The 'you' word has no sense here
1 parent b9d202c commit 14bbb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/usage.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ If you run `task -a` it will print:
411411
task: Found multiple tasks (greet) included by "lib"
412412
```
413413

414-
If you the included Taskfile has a task with the same name as a task in the main Taskfile,
414+
If the included Taskfile has a task with the same name as a task in the main Taskfile,
415415
you may want to exclude it from the flattened tasks.
416416

417417
You can do this by using the [`excludes` option](#exclude-tasks-from-being-included).

0 commit comments

Comments
 (0)