chore: remove duplicate word in comment (#59683)

This commit is contained in:
riyueguang
2025-04-12 17:07:19 +08:00
committed by GitHub
parent c87ae5a8ba
commit cd50a5564b
@@ -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);