From ff6e461840821b79f260dad79e82fc766cf118b3 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Fri, 6 Mar 2020 13:26:16 -0500 Subject: [PATCH] Fix a minor typo. --- src/event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event.js b/src/event.js index 7bf6ed51b9..48626cac62 100644 --- a/src/event.js +++ b/src/event.js @@ -403,7 +403,7 @@ geo_event.feature = { */ mouseover_order: 'geo_feature_mouseover_order', /** - * The event is the feature version of {@link geo.event.mouseout}.a + * The event is the feature version of {@link geo.event.mouseout}. * This event is fired for each data component of a feature when the mouse is * no longer above it. *