Typos.
authorAli Karbassi <ali@karbassi.com>
Thu, 10 Dec 2009 19:56:37 +0000 (13:56 -0600)
committerAli Karbassi <ali@karbassi.com>
Thu, 10 Dec 2009 19:56:37 +0000 (13:56 -0600)
docs/index.html

index a4fb76c..7eeb0d0 100644 (file)
@@ -367,7 +367,7 @@ new Dygraph(
 <p>The dygraphs library relies heavily on HTML's &lt;canvas&gt; tag, which
 Microsoft Internet Explorer does not support. Fortunately, some clever engineers
 created the <a href="http://code.google.com/p/explorercanvas/">excanvas</a>
-library, which imlements the &lt;canvas&gt; tag in IE using VML.</p>
+library, which implements the &lt;canvas&gt; tag in IE using VML.</p>
 
 <p>You can add IE support to any page using dygraphs by including the following
 in your page:</p>
@@ -552,7 +552,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
     <td><b>zoomCallback</b></td>
     <td><code>function(minDate,maxDate) {}</code></td>
     <td>A function to call when the zoom window is changed (either by zooming
-    in or out). minDate and maxDate are millis since epoch.</td>
+    in or out). minDate and maxDate are milliseconds since epoch.</td>
   </tr>
   
   <tr>
@@ -610,7 +610,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
     <td><b>labelsDivStyles</b></td>
     <td>{}</td>
     <td>Additional styles to apply to the currently-highlighted points div. For
-    example, { 'font-weigth': 'bold' } will make the labels bold.</td>
+    example, { 'font-weight': 'bold' } will make the labels bold.</td>
   </tr>
 
   <tr>