Skip to content

Commit

Permalink
Renamed "check box" to "checkbox" in comments and documentation, see p…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 12, 2018
1 parent 440e3cc commit 2396b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/blackbody-spectrum/view/BlackbodySpectrumScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ define( function( require ) {
minorTicksPerMajorTick: 4
} );

// create ruler check box
// create ruler checkbox
var showRulerCheckbox = Checkbox.createTextCheckbox( showRulerString, {
font: LABEL_FONT,
fill: CHECK_BOX_TEXT_FILL
Expand Down

0 comments on commit 2396b35

Please sign in to comment.