Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Fix typo: vocablary => vocabulary #418

Merged
merged 1 commit into from
Oct 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specification-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ For links to the somewhat more readably formatted versions on this web site, and
- Relative JSON Pointer: [draft-bhutton-relative-json-pointer-00](https://tools.ietf.org/html/draft-bhutton-relative-json-pointer-00) ([changes](https://tools.ietf.org/html/draft-bhutton-relative-json-pointer-00#appendix-A))
- General use meta-schemas
- [JSON Schema meta-schema](draft/2020-12/schema)
- Individual vocablary meta-schemas
- Individual vocabulary meta-schemas
- [Core Vocabulary meta-schema](draft/2020-12/meta/core)
- [Applicator Vocabulary meta-schema](draft/2020-12/meta/applicator)
- [Validation Vocabulary meta-schema](draft/2020-12/meta/validation)
Expand All @@ -320,7 +320,7 @@ _**NOTE:** All meta-schema URIs now use `https://`. While currently also availa
- [JSON Schema meta-schema](https://json-schema.org/draft/2019-09/schema)
- [JSON Hyper-Schema meta-schema](https://json-schema.org/draft/2019-09/hyper-schema)
- [JSON Hyper-Schema Link Description Object meta-schema](https://json-schema.org/draft/2019-09/links)
- Individual vocablary meta-schemas
- Individual vocabulary meta-schemas
- [Core Vocabulary meta-schema](https://json-schema.org/draft/2019-09/meta/core)
- [Applicator Vocabulary meta-schema](https://json-schema.org/draft/2019-09/meta/applicator)
- [Validation Vocabulary meta-schema](https://json-schema.org/draft/2019-09/meta/validation)
Expand Down