Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#69280 chore: remove repetitive words in co…
Browse files Browse the repository at this point in the history
…mment by @frameflare

Signed-off-by: frameflare <yangzenghua@outlook.com>
  • Loading branch information
Zing Huang Yang authored Apr 15, 2024
1 parent 08ac4bd commit e665709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/jsts/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion types/video.js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e665709

Please sign in to comment.