diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index b30d633790d4d..60c4c7f050fac 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -250,7 +250,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