Skip to content

Commit

Permalink
Documentation: Improve wording on the Variables section
Browse files Browse the repository at this point in the history
Thanks @crewjam for the suggestion

Closes #234
  • Loading branch information
andreynering committed Aug 10, 2019
1 parent 955359b commit e414c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ tasks:
When doing interpolation of variables, Task will look for the below.
They are listed below in order of importance (e.g. most important first):

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

0 comments on commit e414c1f

Please sign in to comment.