Merge pull request #258 from charlieok/patch-3

this groups -> this group
This commit is contained in:
Armon Dadgar 2015-10-11 13:41:49 -04:00
commit eec9695b9a

View file

@ -90,7 +90,7 @@ or to change the count of a task group to scale with load.
For now, edit the `example.nomad` file to uncomment the count and set it to 3:
```
# Control the number of instances of this groups.
# Control the number of instances of this group.
# Defaults to 1
count = 3
```