summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.dom.d.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-08 13:54:56 -0400
committerGitHub <noreply@github.com>2024-05-08 13:54:56 -0400
commit525b3c8d746b8eb358ed6466cd4b68ebd6542392 (patch)
treeb68c7533939703d67e7e5f3ab44b9980287e4bf1 /cli/tsc/dts/lib.dom.d.ts
parent0e9b7f64f76381e48e20742c7d0682fd8e61f7d4 (diff)
fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)
https://github.com/denoland/TypeScript/pull/11
Diffstat (limited to 'cli/tsc/dts/lib.dom.d.ts')
-rw-r--r--cli/tsc/dts/lib.dom.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.dom.d.ts b/cli/tsc/dts/lib.dom.d.ts
index da7364f2a..fab313d11 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 WebSocket connection close code and reason as the WebSocket connection close reason.
+ * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close)
*/