Skip to content

Commit a409f00

Browse files
davidlehngkellogg
authored andcommitted
Fix typos.
1 parent 811419f commit a409f00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4085,7 +4085,7 @@ <h3>Algorithm</h3>
40854085
<li>Otherwise, if <var>value</var> contains an <code>@language</code> <a>entry</a>
40864086
and does not contain an <code>@index</code> <a>entry</a>,
40874087
then set <var>type/language value</var> to
4088-
the value of `@langauge` normalized to lower case,
4088+
the value of `@language` normalized to lower case,
40894089
and append <code>@language</code>,
40904090
<span class="changed">and <code>@language@set</code></span> to
40914091
<var>containers</var>.</li>
@@ -4255,7 +4255,7 @@ <h3>Overview</h3>
42554255
<section class="algorithm">
42564256
<h3>Algorithm</h3>
42574257

4258-
<p>This algorithm has <span class="changed">three</span> required inputs: an <var>active context</var>, an
4258+
<p>This algorithm has <span class="changed">three</span> required inputs: an <var>active context</var>,
42594259
an <var>active property</var>, and a <var>value</var>
42604260
to be compacted.</p>
42614261

@@ -5817,7 +5817,7 @@ <h3>Algorithm</h3>
58175817
<div class="note changed">If there is no <var>remote document</var>,
58185818
then <a data-lt="jsonldprocessor-expand-input">input</a> is
58195819
a <a>JsonLdRecord</a> or a <code>sequence</code> of
5820-
<a>JsonLdRecords</a>, which are implicitly alread in the
5820+
<a>JsonLdRecords</a>, which are implicitly already in the
58215821
<a>internal representation</a>.</div>
58225822
<ol id="api-expand-post-processing" class="changed">
58235823
<li>If <var>expanded output</var> is a
@@ -6290,7 +6290,7 @@ <h3>LoadDocumentCallback</h3>
62906290
<p>The <dfn>LoadDocumentCallback</dfn> defines a callback that custom document loaders
62916291
have to implement to be used to retrieve remote documents and contexts.
62926292
The callback returns a {{Promise}} resolving to a <a>RemoteDocument</a>.
6293-
On failure, the {{Promise}} with a a <a>JsonLdError</a> having an appropriate error <a data-link-for="JsonLdError">code</a>.</p>
6293+
On failure, the {{Promise}} with a <a>JsonLdError</a> having an appropriate error <a data-link-for="JsonLdError">code</a>.</p>
62946294

62956295
<pre class="idl">
62966296
callback LoadDocumentCallback = Promise&lt;RemoteDocument> (

0 commit comments

Comments
 (0)