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