Skip to content

Commit

Permalink
Fixed typo in collection doc (consolidation#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and greg-1-anderson committed Oct 23, 2017
1 parent 047af4b commit dcddd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Examples of adding different kinds of tasks to a collection are provided below.

## Using a Collection Builder

To manage a collection of tasks, a collection builder. Collection builders allow tasks to be created via chained methods. All of the tasks created by the same builder are added to a collection; when the `run()` method is called, all of the tasks in the collection run.
To manage a collection of tasks, use a collection builder. Collection builders allow tasks to be created via chained methods. All of the tasks created by the same builder are added to a collection; when the `run()` method is called, all of the tasks in the collection run.

The 'publish' command from Robo's own RoboFile is shown below. It uses a collection builder to run some git and filesystem operations. The "completion" tasks are run after all other tasks complete, or during rollback processing when an operation fails.

Expand Down

0 comments on commit dcddd9a

Please sign in to comment.