Skip to content

Commit

Permalink
Fix Typo (kubernetes#19107)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmartel authored and zacharysarah committed Feb 21, 2020
1 parent 76b95eb commit 3214744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/de/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source <(kubectl completion bash) # Wenn Sie autocomplete in bash in der aktuell
echo "source <(kubectl completion bash)" >> ~/.bashrc # Fügen Sie der Bash-Shell dauerhaft Autocomplete hinzu.
```

Sie können auch ein Abkürzungsalias für `kubectl` verwenden, weleches auch mit Vervollständigung funktioniert:
Sie können auch ein Abkürzungsalias für `kubectl` verwenden, welches auch mit Vervollständigung funktioniert:

```bash
alias k=kubectl
Expand Down

0 comments on commit 3214744

Please sign in to comment.