Skip to content

Commit

Permalink
add missing spaces, see #43
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Nov 5, 2018
1 parent a6a996c commit 496db6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/VertexCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ define( require => {
// phetioDocumentation that is appropriate for icon type
if ( options.phetioDocumentation === undefined ) {
if ( options.manipulatorIcon ) {
options.phetioDocumentation ='checkbox that shows the vertex manipulator on the graph';
options.phetioDocumentation = 'checkbox that shows the vertex manipulator on the graph';
}
else {
options.phetioDocumentation ='checkbox that shows the vertex on the graph';
options.phetioDocumentation = 'checkbox that shows the vertex on the graph';
}
}

Expand Down

0 comments on commit 496db6d

Please sign in to comment.