trim redundant leading spaces (#15904)

This commit is contained in:
Naoki Oketani
2019-08-18 22:46:04 +09:00
committed by Kubernetes Prow Robot
parent e3c12ea5dc
commit 1d11d14f22
@@ -146,12 +146,12 @@ The preceding command creates a
To delete the Service, enter this command: To delete the Service, enter this command:
kubectl delete services my-service kubectl delete services my-service
To delete the Deployment, the ReplicaSet, and the Pods that are running To delete the Deployment, the ReplicaSet, and the Pods that are running
the Hello World application, enter this command: the Hello World application, enter this command:
kubectl delete deployment hello-world kubectl delete deployment hello-world
{{% /capture %}} {{% /capture %}}