Skip to content

Commit e414c1f

Browse files
committed
Documentation: Improve wording on the Variables section
Thanks @crewjam for the suggestion Closes #234
1 parent 955359b commit e414c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ tasks:
400400
When doing interpolation of variables, Task will look for the below.
401401
They are listed below in order of importance (e.g. most important first):
402402

403-
- Variables declared locally in the task
403+
- Variables declared in the task definition
404404
- Variables given while calling a task from another.
405405
(See [Calling another task](#calling-another-task) above)
406406
- Variables declared in the `vars:` option in the `Taskfile`

0 commit comments

Comments
 (0)