From cd50a5564bd2a342c9cf72e0cda65fd965d42fb7 Mon Sep 17 00:00:00 2001 From: riyueguang Date: Sat, 12 Apr 2025 17:07:19 +0800 Subject: [PATCH] chore: remove duplicate word in comment (#59683) --- client/src/templates/Challenges/utils/frame.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);