Skip to content

Commit

Permalink
Editorial: fix markup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 30, 2016
1 parent 28689ed commit 1e6df2b
Show file tree
Hide file tree
Showing 2 changed files with 1,826 additions and 282 deletions.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ flags that are all initially unset:
<li><dfn export for=Event id=dispatch-flag>dispatch flag</dfn>
</ul>

<p>The <dfn method for=Event><code>stopPropagation()<code></dfn> method, when invoked, must set the
<p>The <dfn method for=Event><code>stopPropagation()</code></dfn> method, when invoked, must set the
<a>context object</a>'s <a>stop propagation flag</a>.</p>

<p>The <dfn method for=Event><code>stopImmediatePropagation()</code></dfn> method, when invoked,
Expand Down
Loading

0 comments on commit 1e6df2b

Please sign in to comment.