Skip to content

Commit

Permalink
tiny mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Mar 1, 2019
1 parent 39b97c3 commit 4e0c64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Expand Up @@ -1485,7 +1485,7 @@ run these steps:

<li><p>Set <var>found</var> to true.

<li><p>If <var>phase</var> is "<code>capturing</code>" <var>listener</var>'s
<li><p>If <var>phase</var> is "<code>capturing</code>" and <var>listener</var>'s
<a for="event listener">capture</a> is false, then <a for=iteration>continue</a>.

<li><p>If <var>phase</var> is "<code>bubbling</code>" and <var>listener</var>'s
Expand Down

0 comments on commit 4e0c64d

Please sign in to comment.