From 630a72f222212cf3d5843c10af17bd1204a045de Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sun, 6 Dec 2020 11:21:28 +0100 Subject: [PATCH] Fix API docs Co-authored-by: MoonE --- src/ol/interaction/Modify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/interaction/Modify.js b/src/ol/interaction/Modify.js index 5c5323829f..ee71059c5a 100644 --- a/src/ol/interaction/Modify.js +++ b/src/ol/interaction/Modify.js @@ -120,7 +120,7 @@ const ModifyEventType = { * features to modify. If a vector source is not provided, a feature collection * must be provided with the `features` option. * @property {boolean|import("../layer/BaseVector").default} [hitDetection] When configured, point - * features will considered for modification based on their visual appearance, instead of being within + * features will be considered for modification based on their visual appearance, instead of being within * the `pixelTolerance` from the pointer location. When a {@link module:ol/layer/BaseVector} is * provided, only the rendered representation of the features on that layer will be considered. * @property {Collection} [features]