spelling fixes
[dygraphs.git] / tests / number-format.html
index 23aacf8..f722ff2 100644 (file)
@@ -1,20 +1,13 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Test of number formatting</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
-    <!--
-    For production (minified) code, use:
-    <script type="text/javascript" src="dygraph-combined.js"></script>
-    -->
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
 
   </head>
   <body>
-    <p>The default formatting mimicks printf with %.<i>p</i>g where <i>p</i> is
+    <p>The default formatting mimics printf with %.<i>p</i>g where <i>p</i> is
        the precision to use.  It turns out that JavaScript's toPrecision()
        method is almost but not exactly equal to %g; they differ for values
        with small absolute values (10^-1 to 10^-5 or so), with toPrecision()