From e414c1f7b053af03be956b4775e1cf0c2ec123d7 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 10 Aug 2019 19:50:47 -0300 Subject: [PATCH] Documentation: Improve wording on the Variables section Thanks @crewjam for the suggestion Closes #234 --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index f43e8365..d8ffbd90 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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`