From 8e9fd70e17d0bfc3cb68f22610b813097f249ef3 Mon Sep 17 00:00:00 2001 From: Janice Niemeir Date: Thu, 25 Oct 2018 14:04:08 -0700 Subject: [PATCH] Docs: Improve punctuation in tree (#2254) --- docs/api/tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/tree.md b/docs/api/tree.md index e106009f8..1dcfed6d0 100644 --- a/docs/api/tree.md +++ b/docs/api/tree.md @@ -166,7 +166,7 @@ An object detailing the tree of registered tasks - containing nested objects wit Each object may have a `type` property that can be used to determine if the node is a `task` or `function`. -Each object may have a `branch` property that - when `true` - indicates the node was created using `series()` or `parallel()`. +Each object may have a `branch` property that, when `true`, indicates the node was created using `series()` or `parallel()`. ### Options