File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ export interface IConfigMessageReportingRule {
265
265
addToApiReportFile ?: boolean ;
266
266
267
267
/**
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.
269
269
*
270
270
* @remarks
271
271
* Note that the `addToApiReportFile` property may supersede this option.
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ export class InteractionsAPI {
176
176
}
177
177
178
178
/**
179
- * Updates the the message the component interaction was triggered on
179
+ * Updates the message the component interaction was triggered on
180
180
*
181
181
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response }
182
182
* @param interactionId - The id of the interaction
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export interface RangeOptions {
24
24
* @remarks
25
25
* This method is end-exclusive, for example the last number yielded by `range(5)` is 4. If you
26
26
* 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
28
28
* @example
29
29
* Basic range
30
30
* ```ts
You can’t perform that action at this time.
0 commit comments