From 451c8f4a7d740211e76d4cf390166b2bb13070b5 Mon Sep 17 00:00:00 2001 From: Janice Niemeir Date: Thu, 25 Oct 2018 13:39:20 -0700 Subject: [PATCH] Small content changes Replaced hyphens with commas. --- 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