From 84e198f0d0285077c228a2ea41e927103ec4119f Mon Sep 17 00:00:00 2001 From: youngwendy <166624921+youngwendy@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:33:43 +0800 Subject: chore: remove repetitive words (#23341) Signed-off-by: youngwendy --- cli/tsc/dts/lib.dom.d.ts | 2 +- cli/tsc/dts/lib.webworker.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tsc/dts') diff --git a/cli/tsc/dts/lib.dom.d.ts b/cli/tsc/dts/lib.dom.d.ts index fab313d11..da7364f2a 100644 --- a/cli/tsc/dts/lib.dom.d.ts +++ b/cli/tsc/dts/lib.dom.d.ts @@ -25582,7 +25582,7 @@ interface WebSocket extends EventTarget { */ readonly url: string; /** - * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason. + * Closes the WebSocket connection, optionally using code as the WebSocket connection close code and reason as the WebSocket connection close reason. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close) */ diff --git a/cli/tsc/dts/lib.webworker.d.ts b/cli/tsc/dts/lib.webworker.d.ts index 8fd57617a..0cc7df77d 100644 --- a/cli/tsc/dts/lib.webworker.d.ts +++ b/cli/tsc/dts/lib.webworker.d.ts @@ -8292,7 +8292,7 @@ interface WebSocket extends EventTarget { */ readonly url: string; /** - * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason. + * Closes the WebSocket connection, optionally using code as the WebSocket connection close code and reason as the WebSocket connection close reason. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close) */ -- cgit v1.2.3