diff --git a/packages/webamp/js/utils.ts b/packages/webamp/js/utils.ts index 344ae168..b53181c7 100644 --- a/packages/webamp/js/utils.ts +++ b/packages/webamp/js/utils.ts @@ -371,7 +371,7 @@ export function findLastIndex(arr: T[], cb: (val: T) => boolean) { } export function getWindowSize(): { width: number; height: number } { - // Aparently this is crazy across browsers. + // Apparently this is crazy across browsers. return { width: Math.max( document.body.scrollWidth,