From 7fe4d04a3a61d6569088b7c90c0d6570415a272a Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 4 Apr 2022 10:57:46 +0200 Subject: [PATCH] Fix small typo in docs --- src/ol/PluggableMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js index 809843eae5..4e94f03736 100644 --- a/src/ol/PluggableMap.js +++ b/src/ol/PluggableMap.js @@ -547,7 +547,7 @@ class PluggableMap extends BaseObject { /** * Add the given interaction to the map. If you want to add an interaction - * at another point of the collection use `getInteraction()` and the methods + * at another point of the collection use `getInteractions()` and the methods * available on {@link module:ol/Collection~Collection}. This can be used to * stop the event propagation from the handleEvent function. The interactions * get to handle the events in the reverse order of this collection.