Skip to content

Commit 6528a74

Browse files
committed
Fixed a few typos.
1 parent cfd83e9 commit 6528a74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,7 +3055,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
30553055
<p><span class="changed">Other than for <code>@type</code>,</span> properties of
30563056
<a>expanded term definitions</a> where the term is a <a>keyword</a>
30573057
result in an error.
3058-
<span class="changed">When processing mode is set to <code>json-ld-1.1</code>,t
3058+
<span class="changed">When processing mode is set to <code>json-ld-1.1</code>,
30593059
there is also an exception for <code>@type</code>;
30603060
see <a href="#using-set-with-type" class="sectionRef"></a> for further details.</span></p>
30613061

@@ -3064,7 +3064,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
30643064
where the value is a <a>keyword</a>,
30653065
or a <a>expanded term definitions</a> with an `@id` <a>entry</a> and optionally an `@protected` <a>entry</a>;
30663066
no other entries are allowed.
3067-
there is also an exception for aliases of <code>@type</code>,
3067+
There is also an exception for aliases of <code>@type</code>,
30683068
as indicated above.
30693069
See <a href="#protected-term-definitions" class="sectionRef"></a> for further details
30703070
of using `@protected`.</p>
@@ -11520,7 +11520,7 @@ <h2>Terms</h2>
1152011520
to an <a>IRI</a>, <a>blank node identifier</a>, or <a>keyword</a>.</p>
1152111521

1152211522
<p>A <a>term</a> MUST NOT equal any of the JSON-LD <a>keywords</a>,
11523-
<span class="changed">other than `@type` in</span>.</p>
11523+
<span class="changed">other than `@type`</span>.</p>
1152411524

1152511525
<p class="changed">When used as the <a>prefix</a> in a <a>Compact IRI</a>, to avoid
1152611526
the potential ambiguity of a <a>prefix</a> being confused with an IRI
@@ -12026,8 +12026,8 @@ <h2>Context Definitions</h2>
1202612026
its value MUST be <code>true</code> or <code>false</code>.</p>
1202712027

1202812028
<p class="changed">If the <a>context definition</a> has an <code>@type</code> key,
12029-
its value MUST be a <a>map</a> with the single <a>entry</a> <code>@container</code> set to <code>@set</code>,
12030-
and optional entry `@protected`.</p>
12029+
its value MUST be a <a>map</a> with only the <a>entry</a> <code>@container</code> set to <code>@set</code>,
12030+
and optionally an entry `@protected`.</p>
1203112031

1203212032
<p class="changed">If the <a>context definition</a> has an <code>@version</code> key,
1203312033
its value MUST be a <a>number</a> with the value <code>1.1</code>.</p>

0 commit comments

Comments
 (0)