Skip to content

Commit

Permalink
Merge pull request CesiumGS#7064 from OmarShehata/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
Hannah committed Sep 24, 2018
2 parents 4bd8ae8 + 15814cc commit c448444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Widgets/Viewer/Viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ Either specify options.terrainProvider instead or set options.baseLayerPicker to
}
},
/**
* Gets the event that is raised when the selected entity chages
* Gets the event that is raised when the selected entity changes.
* @memberof Viewer.prototype
* @type {Event}
* @readonly
Expand All @@ -1296,7 +1296,7 @@ Either specify options.terrainProvider instead or set options.baseLayerPicker to
}
},
/**
* Gets the event that is raised when the tracked entity chages
* Gets the event that is raised when the tracked entity changes.
* @memberof Viewer.prototype
* @type {Event}
* @readonly
Expand Down

0 comments on commit c448444

Please sign in to comment.