Update deployment.md (#5118)

fix "modifyingrevision" to "modifying revision"
This commit is contained in:
Anthony
2017-08-23 07:42:17 +08:00
committed by Steve Perry
parent 38e01c4778
commit 8a0c414bfa
@@ -262,7 +262,7 @@ removed label still exists in any existing Pods and ReplicaSets.
Sometimes you may want to rollback a Deployment; for example, when the Deployment is not stable, such as crash looping.
By default, all of the Deployment's rollout history is kept in the system so that you can rollback anytime you want
(you can change that by modifyingrevision history limit]).
(you can change that by modifying revision history limit]).
**Note:** a Deployment's revision is created when a Deployment's rollout is triggered. This means that the
new revision is created if and only if the Deployment's pod template (`.spec.template`) is changed,