Skip to content

Commit 26af386

Browse files
docs: remove duplicated words (#10178)
chore: remove repetitive words Signed-off-by: avoidaway <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent b6bdd57 commit 26af386

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/api-extractor/src/api/IConfigFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export interface IConfigMessageReportingRule {
265265
addToApiReportFile?: boolean;
266266

267267
/**
268-
* Specifies whether the message should be written to the the tool's output log.
268+
* Specifies whether the message should be written to the tool's output log.
269269
*
270270
* @remarks
271271
* Note that the `addToApiReportFile` property may supersede this option.

packages/core/src/api/interactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class InteractionsAPI {
176176
}
177177

178178
/**
179-
* Updates the the message the component interaction was triggered on
179+
* Updates the message the component interaction was triggered on
180180
*
181181
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response}
182182
* @param interactionId - The id of the interaction

packages/util/src/functions/range.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface RangeOptions {
2424
* @remarks
2525
* This method is end-exclusive, for example the last number yielded by `range(5)` is 4. If you
2626
* prefer for the end to be included add 1 to the range or `end` option.
27-
* @param range - A number representing the the range to yield (exclusive) or an object with start, end and step
27+
* @param range - A number representing the range to yield (exclusive) or an object with start, end and step
2828
* @example
2929
* Basic range
3030
* ```ts

0 commit comments

Comments
 (0)