Skip to content

Commit a598d0b

Browse files
committed
Fix typo in $schema
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 679d2b0 commit a598d0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/2020-12/core/schema.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ dialects of JSON Schema.
5353
A schema is considered syntactic valid if it successfully validates against its
5454
dialect meta-schema. You can validate a schema against its meta-schema using
5555
the [`jsonschema
56-
metaschema`](https://github.com/sourcemeta/jsonschema/blob/main/docs/metaschema.markdown).
57-
For example:
56+
metaschema`](https://github.com/sourcemeta/jsonschema/blob/main/docs/metaschema.markdown)
57+
command. For example:
5858

5959
```sh
6060
$ jsonschema metaschema my-schema.json

0 commit comments

Comments
 (0)