Skip to content

Commit

Permalink
Fixed typos, see #99
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 9, 2018
1 parent d4d42d9 commit ecc77ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/game/view/GameAreaScreenView.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2017-2018, University of Colorado Boulder

/**
* Screenview for game screens
* ScreenView for game screens
*
* NOTE: This type should be persistent, so we don't need to handle unlinking of properties.
*
Expand Down Expand Up @@ -62,7 +62,7 @@ define( function( require ) {

/**
* @constructor
* @extends {ScrenView}
* @extends {ScreenView}
*
* @param {GameAreaModel} model
*/
Expand Down

0 comments on commit ecc77ca

Please sign in to comment.