Skip to content

Commit

Permalink
typos, #526
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 26, 2019
1 parent 974175a commit 72ef0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/NumberControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define( require => {
// used in tandem. This must be called before defaults are set.
validateCallbacks( options || {} );

// Extend NumberControl options before merging nested optiosn because some nested defaults use these options.
// Extend NumberControl options before merging nested options because some nested defaults use these options.
options = _.extend( {

// General Callbacks
Expand Down Expand Up @@ -561,7 +561,7 @@ define( require => {
]
} );

// When the text of the title changes recompute the alginment between the title and content
// When the text of the title changes recompute the alignment between the title and content
titleNode.on( 'bounds', () => {
titleAndContentVBox.updateLayout();
} );
Expand Down

0 comments on commit 72ef0eb

Please sign in to comment.