Fix small typo in docs

This commit is contained in:
Bart van den Eijnden
2022-04-04 10:57:46 +02:00
parent 10fb55b9e6
commit 7fe4d04a3a

View File

@@ -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.