<p>The dygraphs library relies heavily on HTML's <canvas> 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 <canvas> tag in IE using VML.</p>
+library, which implements the <canvas> 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>
<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>
<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>