Skip to content

Commit

Permalink
[e] (0) grammar fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3630 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 15, 2009
1 parent d39ddec commit 02ec6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -2191,7 +2191,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<div class=example>

<p>For example, while strongly discouraged to do so, an
<p>For example, while strongly discouraged from doing so, an
implementation "Foo Browser" could add a new DOM attribute "<code title="">fooTypeTime</code>" to a control's DOM interface that
returned the time it took the user to select the current value of a
control (say). On the other hand, defining a new control that
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -1256,7 +1256,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<div class="example">

<p>For example, while strongly discouraged to do so, an
<p>For example, while strongly discouraged from doing so, an
implementation "Foo Browser" could add a new DOM attribute "<code
title="">fooTypeTime</code>" to a control's DOM interface that
returned the time it took the user to select the current value of a
Expand Down

0 comments on commit 02ec6cc

Please sign in to comment.