Skip to content

Commit

Permalink
Merge pull request #43 from adamdmharvey/fix-wording
Browse files Browse the repository at this point in the history
Minor documentation wording updates
  • Loading branch information
lorin committed Jun 28, 2018
2 parents f5e27ed + a83abae commit e4186a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Configuring-behavior-via-Spinnaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ minimum time between terminations.

Chaos Monkey operates on *groups* of instances. Every work day, for every
(enabled) group of instances, Chaos Monkey will flip a biased coin to determine
whether it should kill from an instance from a group. If so, it will randomly
whether it should kill an instance from a group. If so, it will randomly
select an instance from the group.

Users can configure what Chaos Monkey considers a group. The three options are:
Expand Down
2 changes: 1 addition & 1 deletion docs/How-to-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ verifying that things are working properly.

#### Spinnaker

You can verify that Chaos Monkey reach Spinnaker by fetching the Chaos Monkey
You can verify that Chaos Monkey can reach Spinnaker by fetching the Chaos Monkey
configuration for an app:

```
Expand Down

0 comments on commit e4186a3

Please sign in to comment.