Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7691

git-svn-id: http://svn.whatwg.org/webapps@4036 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 4af65fa commit e220590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -43806,7 +43806,7 @@ contradict people?

<div class=example>

<p>Here there are two items, each of which have the property "name":</p>
<p>Here there are two items, each of which has the property "name":</p>

<pre>&lt;div item&gt;
&lt;p&gt;My name is &lt;span itemprop="name"&gt;Elizabeth&lt;/span&gt;.&lt;/p&gt;
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -48961,7 +48961,7 @@ contradict people?

<div class="example">

<p>Here there are two items, each of which have the property "name":</p>
<p>Here there are two items, each of which has the property "name":</p>

<pre>&lt;div item>
&lt;p>My name is &lt;span itemprop="name">Elizabeth&lt;/span>.&lt;/p>
Expand Down

0 comments on commit e220590

Please sign in to comment.