From: Ali Karbassi
Date: Thu, 10 Dec 2009 19:56:37 +0000 (-0600)
Subject: Typos.
X-Git-Tag: v1.0.0~804^2~4
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=13a10c3f3b627ed52c417c5b63fedcdfb0936d9a;p=dygraphs.git
Typos.
---
diff --git a/docs/index.html b/docs/index.html
index a4fb76c..7eeb0d0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -367,7 +367,7 @@ new Dygraph(
The dygraphs library relies heavily on HTML's <canvas> tag, which
Microsoft Internet Explorer does not support. Fortunately, some clever engineers
created the excanvas
-library, which imlements the <canvas> tag in IE using VML.
+library, which implements the <canvas> tag in IE using VML.
You can add IE support to any page using dygraphs by including the following
in your page:
@@ -552,7 +552,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
zoomCallback |
function(minDate,maxDate) {} |
A function to call when the zoom window is changed (either by zooming
- in or out). minDate and maxDate are millis since epoch. |
+ in or out). minDate and maxDate are milliseconds since epoch.
@@ -610,7 +610,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
labelsDivStyles |
{} |
Additional styles to apply to the currently-highlighted points div. For
- example, { 'font-weigth': 'bold' } will make the labels bold. |
+ example, { 'font-weight': 'bold' } will make the labels bold.