Add colon to #3897

This commit is contained in:
Andrew Chen
2017-05-31 10:39:50 -07:00
committed by Andrew Chen
parent 75303cfee4
commit 5b26c42be5
@@ -18,7 +18,7 @@ You only need to describe the desired state in a Deployment object, and the Depl
change the actual state to the desired state at a controlled rate for you. You can define Deployments to
create new ReplicaSets, or remove existing Deployments and adopt all of their resources with new Deployments.
**Note** You should not manage ReplicaSets owned by a Deployment, otherwise you are racing with the Deployment
**Note:** You should not manage ReplicaSets owned by a Deployment, otherwise you are racing with the Deployment
controller! All of the use cases should be covered just by manipulating the Deployment object. Consider opening
an issue in the main Kubernetes repository, if your use case is not covered below.