diff --git a/src/draw-zone/hooks.ts b/src/draw-zone/hooks.ts index 1946de4..07479c3 100644 --- a/src/draw-zone/hooks.ts +++ b/src/draw-zone/hooks.ts @@ -6,7 +6,7 @@ import { memoize } from 'lodash' async function preloadImage(src: string): Promise { return await new Promise((resolve, reject) => { - // Use an iframe as a workarounf for multipart/x-mixed-replace images size compute + // Use an iframe as a workaround for multipart/x-mixed-replace images size compute // An ordinary image would load the multipart/x-mixed-replace twice and increase payload size const iframe = document.createElement('iframe')