Apply typo fixes from #2791 (#2949)

* Apply typo fixes from #2791

* remove style typos
This commit is contained in:
Andrew Chen
2017-03-21 17:44:35 -07:00
committed by GitHub
parent e4af4e9898
commit fce57824ce
5 changed files with 2 additions and 14 deletions
@@ -62,7 +62,7 @@ The `create`, `replace`, and `delete` commands work well when each object's
configuration is fully defined and recorded in its configuration
file. However when a live object is updated, and the updates are not merged
into its configuration file, the updates will be lost the next time a `replace`
is executed. This is can happen if a controller, such as
is executed. This can happen if a controller, such as
a HorizontalPodAutoscaler, makes updates directly to a live object. Here's
an example: