Skip to content

Commit

Permalink
fix phet-io documentation, see #43
Browse files Browse the repository at this point in the history
chrisklus committed Nov 5, 2018
1 parent 7398c01 commit fd8f3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/explore/view/QuadraticTermCheckbox.js
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ define( require => {

options = _.extend( {
textFill: GQColors.QUADRATIC_TERM,
phetioDocumentation: 'checkbox that makes the quadratic term (y = ax^2) visible the graph'
phetioDocumentation: 'checkbox that makes the quadratic term (y = ax^2) visible on the graph'
}, options );

// y = ax^2

0 comments on commit fd8f3fc

Please sign in to comment.