From 492b0bd85c763de8033d2903db4567c54f04e5df Mon Sep 17 00:00:00 2001 From: Matthias <18034092+matthias-ccri@users.noreply.github.com> Date: Thu, 23 May 2024 12:47:31 -0400 Subject: [PATCH] Fix typo in Snap interaction docs --- src/ol/interaction/Snap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/interaction/Snap.js b/src/ol/interaction/Snap.js index 77345fc73e5..414d32248b2 100644 --- a/src/ol/interaction/Snap.js +++ b/src/ol/interaction/Snap.js @@ -92,7 +92,7 @@ const tempSegment = []; * as it is added before. * * The snap interaction modifies map browser event `coordinate` and `pixel` - * properties to force the snap to occur to any interaction that them. + * properties to force the snap to occur to any interaction that uses them. * * Example: *