From 5a6e65ff529ead4358ae1e215a16c79ed45929d2 Mon Sep 17 00:00:00 2001 From: Will Van Pelt Date: Sat, 22 Jun 2019 09:53:44 -0400 Subject: [PATCH] Update composition.md --- 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