Skip to content

Commit 5d0de19

Browse files
committed
Typos.
1 parent e825e96 commit 5d0de19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ <h2>Frame Matching Algorithm</h2>
16781678
In general, a node object matches a frame if it meets the matches on <code>@type</code>,
16791679
<code>@id</code>,
16801680
or if it matches given one of several different properties.
1681-
If the <a>require all flag</a> is <code>true</code>, all properties much has defaults
1681+
If the <a>require all flag</a> is <code>true</code>, all properties must have defaults
16821682
or match for the frame to match.</p>
16831683

16841684
<p class="note">As matching is performed on expanded node objects, all values will be in the form of an array.</p>
@@ -1708,7 +1708,7 @@ <h2>Frame Matching Algorithm</h2>
17081708
and returns a list of matched subjects by filtering each <var>node</var> in <var>subjects</var> as follows:</p>
17091709

17101710
<p>All properties, including <code>@id</code> and <code>@type</code>, but no other <a>keywords</a> are considered
1711-
whem matching a frame..</p>
1711+
whem matching a frame.</p>
17121712

17131713
<ol>
17141714
<li><var>node</var> matches if frame has no properties.</li>

0 commit comments

Comments
 (0)