Skip to content

Commit

Permalink
Docs: Improve punctuation in tree (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiceilene authored and phated committed Oct 25, 2018
1 parent 6d43750 commit 8e9fd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/tree.md
Expand Up @@ -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

Expand Down

0 comments on commit 8e9fd70

Please sign in to comment.