From 58a222da935e69fedb58327e454362a269d71ace Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 16 Aug 2022 07:58:07 +0200 Subject: [PATCH] Fix wording in API docs --- src/ol/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/Map.js b/src/ol/Map.js index f51dadc124..88d0a5573e 100644 --- a/src/ol/Map.js +++ b/src/ol/Map.js @@ -81,7 +81,7 @@ import {removeNode} from './dom.js'; * will be tested for features. By default, all visible layers will be tested. * @property {number} [hitTolerance=0] Hit-detection tolerance in css pixels. Pixels * inside the radius around the given position will be checked for features. - * @property {boolean} [checkWrapped=true] Check-Wrapped Will check for for wrapped geometries inside the range of + * @property {boolean} [checkWrapped=true] Check-Wrapped Will check for wrapped geometries inside the range of * +/- 1 world width. Works only if a projection is used that can be wrapped. */