Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3226 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2009
1 parent 7efce66 commit e800609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -48827,8 +48827,8 @@ interface <dfn id=function>Function</dfn> {

<p>If the user agent is configured such that this invocation of
<code title=dom-showModalDialog><a href=#dom-showmodaldialog>showModalDialog()</a></code> is
somehow disabled, then the method returns the empty string; abort
these steps.</p>
somehow disabled, then return the empty string and abort these
steps.</p>

<p class=note>User agents are expected to disable this method in
certain cases to avoid user annoyance (e.g. as part of their popup
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -55704,8 +55704,8 @@ interface <dfn>Function</dfn> {

<p>If the user agent is configured such that this invocation of
<code title="dom-showModalDialog">showModalDialog()</code> is
somehow disabled, then the method returns the empty string; abort
these steps.</p>
somehow disabled, then return the empty string and abort these
steps.</p>

<p class="note">User agents are expected to disable this method in
certain cases to avoid user annoyance (e.g. as part of their popup
Expand Down

0 comments on commit e800609

Please sign in to comment.