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 5daa79b commit 1fb0087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/apples/AppleSceneNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define( function( require ) {
// Create icons for the ABSwitch
var appleImageNode = new Image( redAppleImage, { scale: 0.2 } );

// Check box that shows the cost per apple in a price tag
// Checkbox that shows the cost per apple in a price tag
var showCostPerAppleCheckbox = new Checkbox( new Text( costPerAppleString, {
maxWidth: 293, // ceiling value from ?stringTest=double for English
font: ProportionPlaygroundConstants.CONTROL_FONT
Expand Down

0 comments on commit 1fb0087

Please sign in to comment.