Merge pull request #26321 from MandarJKulkarni/patch-1

Fix typo: simular
This commit is contained in:
Kubernetes Prow Robot
2021-01-31 17:13:48 -08:00
committed by GitHub
@@ -552,7 +552,7 @@ In another terminal, watch the Pods in the StatefulSet:
```shell
kubectl get pod -l app=nginx -w
```
The output is simular to:
The output is similar to:
```
NAME READY STATUS RESTARTS AGE
web-0 1/1 Running 0 7m