diff --git a/client/src/templates/Challenges/utils/frame.ts b/client/src/templates/Challenges/utils/frame.ts index 4b9ef010b73..6dcc100a589 100644 --- a/client/src/templates/Challenges/utils/frame.ts +++ b/client/src/templates/Challenges/utils/frame.ts @@ -381,7 +381,7 @@ const waitForFrame = (frameContext: Context) => { }, 10000); // We have to add the listener to the frame, not its contentWindow, because - // the the latter does not receive the load event in Safari. It does not + // the latter does not receive the load event in Safari. It does not // matter which we use for Chrome and Firefox. frameContext.element?.addEventListener('load', () => { clearTimeout(rejectId);