Update declare-network-policy.md (#17234)

This commit is contained in:
Nate Reid
2019-10-27 20:59:24 -04:00
committed by Kubernetes Prow Robot
parent 41ea6d49fb
commit 4b33e8a612
@@ -49,7 +49,7 @@ kubectl expose deployment nginx --port=80
service/nginx exposed
```
This runs two `nginx` pods in the default namespace, and exposes them through a service called `nginx`.
This runs a `nginx` pods in the default namespace, and exposes it through a service called `nginx`.
```console
kubectl get svc,pod