Minor text edit (#16760)

Clarified the description of `kubectl edit`.
This commit is contained in:
Daniel Laing 2019-10-14 23:27:51 +01:00 committed by Kubernetes Prow Robot
parent b83361d4c0
commit a2edf8f934
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ kubectl patch sa default --type='json' -p='[{"op": "add", "path": "/secrets/1",
```
## Editing Resources
The edit any API resource in an editor.
Edit any API resource in your preferred editor.
```bash
kubectl edit svc/docker-registry # Edit the service named docker-registry