Skip to content

Commit 88996f0

Browse files
authored
Fix typo
Fix typo on home page
1 parent 8d013ec commit 88996f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ At the most basic level, Kubeval is used like so:
77

88
```console
99
$ kubeval my-invalid-rc.yaml
10-
WANR - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
10+
WARN - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
1111
$ echo $?
1212
1
1313
```

0 commit comments

Comments
 (0)