Skip to content

Commit

Permalink
Fix extension typo on the validate command documentation (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger authored Jun 12, 2024
1 parent 37f2d54 commit d689652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/validate.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jsonschema validate path/to/my/schema.json path/to/my/instance.json \
--resolve path/to/external.json
```

### Validate a JSON instance importing a directory of `.schema.jsin` schemas
### Validate a JSON instance importing a directory of `.schema.json` schemas

```sh
jsonschema validate path/to/my/schema.json path/to/my/instance.json \
Expand Down

0 comments on commit d689652

Please sign in to comment.