Spelling correction

This commit is contained in:
Tim Schaub
2021-09-26 20:11:40 -06:00
parent d66f2f4091
commit 79cfeb9a07

View File

@@ -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