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 52ad279 commit 60ce1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/molarity/view/MolarityScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ define( function( require ) {
var concentrationDisplay = new ConcentrationDisplay( model.solution, MConstants.CONCENTRATION_RANGE,
valuesVisibleProperty, concentrationBarSize, tandem.createTandem( 'concentrationDisplay' ) );

// Show Values check box
// Show Values checkbox
var showValuesTextOptions = {
font: new PhetFont( 22 ),
tandem: tandem.createTandem( 'showValuesText' )
Expand Down

0 comments on commit 60ce1a2

Please sign in to comment.