Merge pull request #17163 from jitendrapurohit/core-1731
[civicrm-core.git] / ang / crmMailingAB / Stats.js
index 3363ea625b3b0920e122d9f8d4ec12401b74e50f..da2ebb63e11aecac09bc7cc21f06105b81053ef5 100644 (file)
                   .orient("left").ticks(5);
 
                 // Define the line
-                // Note you plot the time / score pair from each key you created ealier
+                // Note you plot the time / score pair from each key you created earlier
                 var valueline = d3.svg.line()
                   .x(function (d) {
                     return x(d.time);