From 76a51c7d92c832d7cf0c8acf2dcc17c0d818b40f Mon Sep 17 00:00:00 2001 From: David Manthey Date: Mon, 23 Jul 2018 10:32:36 -0400 Subject: [PATCH] Adjust wording for consistency. --- src/event.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/event.js b/src/event.js index 89c907299b..0e1550f372 100644 --- a/src/event.js +++ b/src/event.js @@ -347,8 +347,8 @@ geo_event.feature = { */ mouseover: 'geo_feature_mouseover', /** - * This is triggered when the mouse changes either the feature components or - * the order of feature components that it is over. + * This event is fired when the mouse changes either which feature components + * or the order of the feature components that it is over. * * @event geo.event.feature.mouseover_order * @property {geo.feature} feature The feature.