From a209f7d6bebe245529adebbd0d7e086e069ecef1 Mon Sep 17 00:00:00 2001
From: Sebastian Lawniczak <seblw@users.noreply.github.com>
Date: Thu, 8 Mar 2018 10:18:27 +0100
Subject: [PATCH] Editorial changes in TASKFILE_VERSIONS.md

---
 TASKFILE_VERSIONS.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TASKFILE_VERSIONS.md b/TASKFILE_VERSIONS.md
index abea1bc8..e45043ac 100644
--- a/TASKFILE_VERSIONS.md
+++ b/TASKFILE_VERSIONS.md
@@ -29,7 +29,7 @@ The variable priority order was also different:
 1. Call variables
 2. Environment
 3. Task variables
-4. `Taskvars.yml` veriables
+4. `Taskvars.yml` variables
 
 ## Version 2.0
 
@@ -46,7 +46,7 @@ tasks:
       - echo "Hello, World!"
 ```
 
-Version 2 not allows you to write global variables directly in the Taskfile,
+Version 2 allows you to write global variables directly in the Taskfile,
 if you don't want to create a `Taskvars.yml`:
 
 ```yml