diff --git a/src/chart-line.js b/src/chart-line.js index bb1c7ef..6a2ad87 100644 --- a/src/chart-line.js +++ b/src/chart-line.js @@ -185,7 +185,7 @@ yvalues = this.yvalues; if (!this.yminmax.length || this.yvalues.length < 2) { - // empty or all null valuess + // empty or all null values return; }