From 23f12980c48fc8a387fbedd138691c382042cb6b Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Tue, 12 Nov 2024 06:25:36 +1300 Subject: [PATCH] Update specs/jsonschema-core.md Co-authored-by: Juan Cruz Viotti --- specs/jsonschema-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/jsonschema-core.md b/specs/jsonschema-core.md index 0987de8e..7f6801c1 100644 --- a/specs/jsonschema-core.md +++ b/specs/jsonschema-core.md @@ -947,7 +947,7 @@ They are identifier keywords that can only be used to create plain name fragments, rather than absolute IRIs as seen with `$id`. `$anchor` defines a reference target for `$ref`. The fragment defined by this -keyword is appended is the IRI of the schema resource containing it. As +keyword is appended to the IRI of the schema resource containing it. As discussed in {{id-keyword}}, this is either the nearest `$id` in the same or an ancestor schema object, or the base IRI for the document as determined according to [RFC 3987](#rfc3987) and [RFC 3986](#rfc3986).