hixie: typo (whatwg r4036)

hixie: typo (whatwg r4036)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3197&r2=1.3198&f=h
http://html5.org/tools/web-apps-tracker?from=4035&to=4036

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3197
retrieving revision 1.3198
diff -u -d -r1.3197 -r1.3198
--- Overview.html 29 Sep 2009 08:07:52 -0000 1.3197
+++ Overview.html 29 Sep 2009 08:11:35 -0000 1.3198
@@ -39239,7 +39239,7 @@
   attribute is used.<p>To add a property to an item, the <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute is used on one of
   the <a href="#concept-item" title="concept-item">item's</a> descendants.<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;

Received on Tuesday, 29 September 2009 08:12:45 UTC