Merge pull request #24649 from wasosa/patch-1

Fix small typo: is updates --> is updated
This commit is contained in:
Kubernetes Prow Robot
2020-10-20 14:32:23 -07:00
committed by GitHub
@@ -752,7 +752,7 @@ apply multiple fixes in between pausing and resuming without triggering unnecess
REVISION CHANGE-CAUSE
1 <none>
```
* Get the rollout status to ensure that the Deployment is updates successfully:
* Get the rollout status to ensure that the Deployment is updated successfully:
```shell
kubectl get rs
```