Skip to content

Commit c448444

Browse files
author
Hannah
authored
Merge pull request CesiumGS#7064 from OmarShehata/fix-doc-typo
Fix typo in docs
2 parents 4bd8ae8 + 15814cc commit c448444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Widgets/Viewer/Viewer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ Either specify options.terrainProvider instead or set options.baseLayerPicker to
12851285
}
12861286
},
12871287
/**
1288-
* Gets the event that is raised when the selected entity chages
1288+
* Gets the event that is raised when the selected entity changes.
12891289
* @memberof Viewer.prototype
12901290
* @type {Event}
12911291
* @readonly
@@ -1296,7 +1296,7 @@ Either specify options.terrainProvider instead or set options.baseLayerPicker to
12961296
}
12971297
},
12981298
/**
1299-
* Gets the event that is raised when the tracked entity chages
1299+
* Gets the event that is raised when the tracked entity changes.
13001300
* @memberof Viewer.prototype
13011301
* @type {Event}
13021302
* @readonly

0 commit comments

Comments
 (0)