Skip to content

Commit c663601

Browse files
davidlehngkellogg
authored andcommitted
Fix typos.
1 parent 6a18859 commit c663601

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ <h4>Explicit inclusion flag</h4>
759759
</aside>
760760

761761
<p>Note that the <em>Library</em> object contains a <code>null</code>
762-
<em>description</em> property, as it is explicitly called for in the fram
762+
<em>description</em> property, as it is explicitly called for in the frame
763763
using <code>"description": {}</code>. The <em>creator</em> property does
764764
not exist in the output, because it is not explicit.</p>
765765
</section>
@@ -1186,7 +1186,7 @@ <h3>Framing Algorithm</h3>
11861186
using the <a href="#frame-matching">Frame Matching algorithm</a>
11871187
with <var>state</var>, <var>subjects</var>, <var>frame</var>, and <var>requireAll</var>.</li>
11881188
<li>For each <var>id</var> and associated <a>node object</a> <var>node</var>
1189-
from the set of matched subjects, ordered lexographically by <var>id</var>
1189+
from the set of matched subjects, ordered lexicographically by <var>id</var>
11901190
<span class="changed">if the optional <a data-link-for="JsonLdOptions">ordered</a> flag is <code>true</code></span>:
11911191
<ol>
11921192
<li>Initialize <var>output</var> to a new <a>dictionary</a> with <code>@id</code> and <var>id</var>.</li>
@@ -1225,7 +1225,7 @@ <h3>Framing Algorithm</h3>
12251225
</li>
12261226
</ol>
12271227
</li>
1228-
<li>For each <var>property</var> and <var>objects</var> in <var>node</var>, ordered lexographically by <var>property</var>
1228+
<li>For each <var>property</var> and <var>objects</var> in <var>node</var>, ordered lexicographically by <var>property</var>
12291229
<span class="changed">if the optional <a data-link-for="JsonLdOptions">ordered</a> flag is <code>true</code></span>:
12301230
<ol>
12311231
<li>If <var>property</var> is a <a>keyword</a>, add <var>property</var> and <var>objects</var>
@@ -1385,7 +1385,7 @@ <h2>Frame Matching Algorithm</h2>
13851385
<div class="note">Framing works on <a>map of flattened subjects</a>,
13861386
and the act of flattening ensures that all subjects have an
13871387
<code>@id</code> property; thus the <code>"@id": []</code> pattern would
1388-
never match any <a>node object</a>. the <code>"@id": [{}]</code> pattern would
1388+
never match any <a>node object</a>. The <code>"@id": [{}]</code> pattern would
13891389
match any <a>node object</a> and is equivalent to not specifying a
13901390
<code>@id</code> property in <var>frame</var> at all</div>
13911391
</li>
@@ -1818,12 +1818,12 @@ <h2>Changes since 1.0 Draft of 30 August 2012</h2>
18181818
to JSON.</li>
18191819
<li>Preserved values are compacted using the properties of the referencing term.</li>
18201820
<li>Removed support for <code>@link</code> and in-memory object linking.</li>
1821-
<li>Added the <a>omit default flag</a>, controled via the
1821+
<li>Added the <a>omit default flag</a>, controlled via the
18221822
<a data-link-for="JsonLdOptions">omitDefault</a> API option and/or
18231823
the current <a>processing mode</a>.</li>
18241824
<li>The API now adds an <a data-link-for="JsonLdOptions">ordered</a>
18251825
option, defaulting to <code>false</code> This is used in algorithms to
1826-
control interation of <a>dictionary member</a> keys. Previously, the
1826+
control iteration of <a>dictionary member</a> keys. Previously, the
18271827
algorithms always required such an order. The instructions for
18281828
evaluating test results have been updated accordingly.</li>
18291829
<li>Frames may include reverse properties using <code>@reverse</code>, or a term
@@ -1837,7 +1837,7 @@ <h2>Changes since JSON-LD Community Group Final Report</h2>
18371837
<ul>
18381838
<li>The API now adds an <a data-link-for="JsonLdOptions">ordered</a>
18391839
option, defaulting to <code>false</code> This is used in algorithms to
1840-
control interation of <a>dictionary member</a> keys. Previously, the
1840+
control iteration of <a>dictionary member</a> keys. Previously, the
18411841
algorithms always required such an order. The instructions for
18421842
evaluating test results have been updated accordingly.</li>
18431843
<li>The IANA registration is changed from <code>application/ld-frame+json</code> to

0 commit comments

Comments
 (0)