From 5492210143c39dca93506a6f3f1b1e8e8d135a82 Mon Sep 17 00:00:00 2001 From: Rick <37358488+rick-software@users.noreply.github.com> Date: Fri, 21 Jun 2019 10:50:40 -0700 Subject: [PATCH] Update composition.md fix typo --- packages/documentation/docs/composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/docs/composition.md b/packages/documentation/docs/composition.md index 0ee34bd..f5a1c0c 100644 --- a/packages/documentation/docs/composition.md +++ b/packages/documentation/docs/composition.md @@ -4,7 +4,7 @@ title: Composition of tasks sidebar_label: Composition of tasks --- -Once a project get to be a bit more complex, a build step might consist of multiple sub tasks. This can be achieved with composition. This is the main reason `just-task` is made. It simplifies the composition of tasks. +Once a project gets to be a bit more complex, a build step might consist of multiple sub tasks. This can be achieved with composition. This is the main reason `just-task` is made. It simplifies the composition of tasks. ## Running tasks in a series