From 79cfeb9a073d4410a9823ebb0eb8a968a06b8b41 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 26 Sep 2021 20:11:40 -0600 Subject: [PATCH] Spelling correction --- src/ol/interaction/DragAndDrop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/interaction/DragAndDrop.js b/src/ol/interaction/DragAndDrop.js index 1fb2af12fd..2a318c0b64 100644 --- a/src/ol/interaction/DragAndDrop.js +++ b/src/ol/interaction/DragAndDrop.js @@ -89,7 +89,7 @@ export class DragAndDropEvent extends Event { * Handles input of vector data by drag and drop. * * Note that the DragAndDrop interaction uses the TextDecoder() constructor if the supplied - * combinnation of formats read both text string and ArrayBuffer sources. Older browsers such + * combination of formats read both text string and ArrayBuffer sources. Older browsers such * as IE which do not support this will need a TextDecoder polyfill to be loaded before use. * * @api