Skip to content

Commit fc82057

Browse files
docs(k8s): fix a typo (#3163)
1 parent 3a1f05e commit fc82057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/kubernetes/cli/scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ components under `kube-system` with commands:
241241

242242
```
243243
$ trivy k8s cluster --report summary # full cluster scan
244-
$ trivy k8s all -n kube-system --report summary # scan all componetns under kube-system
244+
$ trivy k8s all -n kube-system --report summary # scan all components under kube-system
245245
```
246246

247247
A table will be printed about misconfigurations found on kubernetes core components:

0 commit comments

Comments
 (0)