diff --git a/js/common/view/VertexCheckbox.js b/js/common/view/VertexCheckbox.js index bb8ec184..42c2cc55 100644 --- a/js/common/view/VertexCheckbox.js +++ b/js/common/view/VertexCheckbox.js @@ -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'; } }