Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 005a81c

Browse files
committed
typo
1 parent be71617 commit 005a81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/draw-zone/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { memoize } from 'lodash'
66

77
async function preloadImage(src: string): Promise<Size> {
88
return await new Promise<Size>((resolve, reject) => {
9-
// Use an iframe as a workarounf for multipart/x-mixed-replace images size compute
9+
// Use an iframe as a workaround for multipart/x-mixed-replace images size compute
1010
// An ordinary image would load the multipart/x-mixed-replace twice and increase payload size
1111
const iframe = document.createElement('iframe')
1212

0 commit comments

Comments
 (0)