Merge pull request #12815 from tschaub/typo

Spelling correction
This commit is contained in:
Tim Schaub
2021-09-27 05:18:09 -06:00
committed by GitHub

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