Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20076
Affected topics: Microdata

git-svn-id: http://svn.whatwg.org/webapps@7629 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 31, 2012
1 parent 5a8b2b5 commit 3a2c780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -62863,7 +62863,7 @@ <h4 id=using-the-microdata-dom-api><span class=secno>5.1.6 </span>Using the micr

<div class=example>

<p>This example creates a big list with a nested list for each item on the page, each with of all
<p>This example creates a big list with a nested list for each item on the page, each with all of
the property names used in that item.</p>

<pre>var outer = document.createElement('ul');
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -62863,7 +62863,7 @@ if (colors.length == 0) {

<div class=example>

<p>This example creates a big list with a nested list for each item on the page, each with of all
<p>This example creates a big list with a nested list for each item on the page, each with all of
the property names used in that item.</p>

<pre>var outer = document.createElement('ul');
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -73440,7 +73440,7 @@ if (colors.length == 0) {

<div class="example">

<p>This example creates a big list with a nested list for each item on the page, each with of all
<p>This example creates a big list with a nested list for each item on the page, each with all of
the property names used in that item.</p>

<pre>var outer = document.createElement('ul');
Expand Down

0 comments on commit 3a2c780

Please sign in to comment.