@@ -4085,7 +4085,7 @@ <h3>Algorithm</h3>
4085
4085
< li > Otherwise, if < var > value</ var > contains an < code > @language</ code > < a > entry</ a >
4086
4086
and does not contain an < code > @index</ code > < a > entry</ a > ,
4087
4087
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,
4089
4089
and append < code > @language</ code > ,
4090
4090
< span class ="changed "> and < code > @language@set</ code > </ span > to
4091
4091
< var > containers</ var > .</ li >
@@ -4255,7 +4255,7 @@ <h3>Overview</h3>
4255
4255
< section class ="algorithm ">
4256
4256
< h3 > Algorithm</ h3 >
4257
4257
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 > ,
4259
4259
an < var > active property</ var > , and a < var > value</ var >
4260
4260
to be compacted.</ p >
4261
4261
@@ -5817,7 +5817,7 @@ <h3>Algorithm</h3>
5817
5817
< div class ="note changed "> If there is no < var > remote document</ var > ,
5818
5818
then < a data-lt ="jsonldprocessor-expand-input "> input</ a > is
5819
5819
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
5821
5821
< a > internal representation</ a > .</ div >
5822
5822
< ol id ="api-expand-post-processing " class ="changed ">
5823
5823
< li > If < var > expanded output</ var > is a
@@ -6290,7 +6290,7 @@ <h3>LoadDocumentCallback</h3>
6290
6290
< p > The < dfn > LoadDocumentCallback</ dfn > defines a callback that custom document loaders
6291
6291
have to implement to be used to retrieve remote documents and contexts.
6292
6292
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 >
6294
6294
6295
6295
< pre class ="idl ">
6296
6296
callback LoadDocumentCallback = Promise<RemoteDocument> (
0 commit comments