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]