Skip to content

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 6, 2021
1 parent 95cbd4c commit e24da7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/discrete/view/HarmonicsChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class HarmonicsChart extends DiscreteChart {
harmonicPlots.forEach( plot => {
if ( emphasizedHarmonics.length === 0 ) {

// no emphasis, all plots have their normal colors and lineWidth
// no emphasis, all plots have their normal color and lineWidth
plot.lineWidth = NORMAL_LINE_WIDTH;
plot.setStroke( plot.harmonic.colorProperty.value );
}
Expand Down

0 comments on commit e24da7b

Please sign in to comment.