From e66570914d31929401f536a7d70a46ef8e290b56 Mon Sep 17 00:00:00 2001 From: Zing Huang Yang <166090836+frameflare@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#69280=20chore:=20r?= =?UTF-8?q?emove=20repetitive=20words=20in=20comment=20by=20@frameflare?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: frameflare --- types/jsts/index.d.ts | 2 +- types/video.js/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/jsts/index.d.ts b/types/jsts/index.d.ts index cab73c17e09451..15e7c388f7069b 100644 --- a/types/jsts/index.d.ts +++ b/types/jsts/index.d.ts @@ -383,7 +383,7 @@ declare namespace jsts { /** * Densifies a Geometry by inserting extra vertices along the line segments * contained in the geometry. All segments in the created densified geometry - * will be no longer than than the given distance tolerance. + * will be no longer than the given distance tolerance. * Densified polygonal geometries are guaranteed to be topologically correct. * The coordinates created during densification respect the input geometry's PrecisionModel. */ diff --git a/types/video.js/index.d.ts b/types/video.js/index.d.ts index 2b2af1ffc2e95a..12c9d16f5bcbb1 100644 --- a/types/video.js/index.d.ts +++ b/types/video.js/index.d.ts @@ -3865,7 +3865,7 @@ declare namespace videojs { * A text label for the modal, primarily for accessibility. * * @param [pauseOnOpen=true] - * If `true`, playback will will be paused if playing when + * If `true`, playback will be paused if playing when * the modal opens, and resumed when it closes. * * @param [temporary=true]