Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo on home page
  • Loading branch information
Patouche committed Dec 17, 2019
1 parent 8d013ec commit 88996f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At the most basic level, Kubeval is used like so:

```console
$ kubeval my-invalid-rc.yaml
WANR - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
WARN - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
$ echo $?
1
```
Expand Down

0 comments on commit 88996f0

Please sign in to comment.