Merge pull request #13536 from bartvde/fix-typo-docs

Fix small typo in docs
This commit is contained in:
Bart van den Eijnden
2022-04-04 12:00:57 +02:00
committed by GitHub

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.