From 233b8bf81abe35cb139094522b6584651c9056bf Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Thu, 27 Dec 2018 01:11:36 +0100 Subject: [PATCH] Misprint --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 2566f9e8..7f37e534 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -83,7 +83,7 @@ Keep in mind that the version of the files should match. Also, when redefining a task the whole task is replaced, properties of the task are not merged. It's also possible to have an OS specific `Taskvars.yml` file, like -`Taskvars_windows.yml`, `Taskfile_linux.yml`, or `Taskvars_darwin.yml`. See the +`Taskvars_windows.yml`, `Taskvars_linux.yml`, or `Taskvars_darwin.yml`. See the [variables section](#variables) below. ## Including other Taskfiles