Browse Source

Fix typo (#7489)

pull/7502/head
Zachary Chang 3 years ago
committed by GitHub
parent
commit
f8e4650791
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/setting-up-your-first-cluster.md

2
docs/setting-up-your-first-cluster.md

@ -589,7 +589,7 @@ Delete the dev namespace, the nginx deployment and service:
```ShellSession
kubectl delete namespace dev
kubectl delete deployment nginx
kubectl delete svc/ngninx
kubectl delete svc/nginx
```
### Kubernetes state

Loading…
Cancel
Save