diff --git a/frontend/src/components/preview/PreviewComponent.tsx b/frontend/src/components/preview/PreviewComponent.tsx index 1c9e5ba6..1f40444b 100644 --- a/frontend/src/components/preview/PreviewComponent.tsx +++ b/frontend/src/components/preview/PreviewComponent.tsx @@ -23,7 +23,7 @@ function PreviewComponent({ code, device, doUpdate }: Props) { if (iframe) { iframe.srcdoc = throttledCode; - // Set up click handler for select and edit funtionality + // Set up click handler for select and edit functionality iframe.addEventListener("load", function () { iframe.contentWindow?.document.body.addEventListener( "click",