Skip to content

Commit

Permalink
usecases/validation.md: unified file names (cue-lang#158)
Browse files Browse the repository at this point in the history
* usecases: fix various typos
  • Loading branch information
cnbailian authored Mar 30, 2021
1 parent 659f74d commit e2b1e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/usecases/datadef.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ OpenAPI
"description": "Info describes...",
"type": "object",
"required": [
"name",
"name"
],
"properties": {
"name": {
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/usecases/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The `cue vet` command can verify that the values in `ranges.yaml`
are correct by just mentioning the two files on the command line.

{{< highlight none >}}
$ cue vet ranges.yaml checks.cue
$ cue vet ranges.yaml check.cue
max: invalid value 5 (out of bound >10):
./check.cue:2:16
./ranges.yaml:5:7
Expand Down

0 comments on commit e2b1e42

Please sign in to comment.