From 31bbb47162aeabdebbf577d93286ee6747a2c5fa Mon Sep 17 00:00:00 2001 From: Lucas Fernando Cardoso Nunes Date: Thu, 25 May 2023 13:11:28 -0300 Subject: [PATCH] docs: correct typo (#1184) --- docs/docs/taskfile_versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/taskfile_versions.md b/docs/docs/taskfile_versions.md index 3b32b319..5738d6a4 100644 --- a/docs/docs/taskfile_versions.md +++ b/docs/docs/taskfile_versions.md @@ -219,7 +219,7 @@ tasks: ``` - There was a major refactor on how variables are handled. They're now easier to - understand. The `expansions:` setting was removed as it became unncessary. + understand. The `expansions:` setting was removed as it became unnecessary. This is the order in which Task will process variables, each level can see the variables set by the previous one and override those. - Environment variables