From 15814cc9334671f6deb901bd76f400bcb7fb5936 Mon Sep 17 00:00:00 2001 From: Shehata Date: Mon, 24 Sep 2018 12:10:22 -0400 Subject: [PATCH] Fix typo in docs --- Source/Widgets/Viewer/Viewer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Widgets/Viewer/Viewer.js b/Source/Widgets/Viewer/Viewer.js index 57419cdd78d0..528fddd8f1ad 100644 --- a/Source/Widgets/Viewer/Viewer.js +++ b/Source/Widgets/Viewer/Viewer.js @@ -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 @@ -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