Skip to content

Commit

Permalink
Minor text edit
Browse files Browse the repository at this point in the history
Clarified the description of `kubectl edit`.
  • Loading branch information
Daniel Laing authored Oct 9, 2019
1 parent 37efc60 commit eb0431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb0431b

Please sign in to comment.