Skip to content

Commit

Permalink
remove repetitive word
Browse files Browse the repository at this point in the history
Signed-off-by: pengqiseven <912170095@qq.com>
  • Loading branch information
pengqiseven committed Mar 9, 2024
1 parent 8df28f3 commit 1e2d991
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Google/Sheet/v1/GoogleSheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export class GoogleSheet {
/**
* Looks for a specific value in a column and if it gets found it returns the whole row
*
* @param {string[][]} inputData Data to to check for lookup value in
* @param {string[][]} inputData Data to check for lookup value in
* @param {number} keyRowIndex Index of the row which contains the keys
* @param {number} dataStartRowIndex Index of the first row which contains data
* @param {ILookupValues[]} lookupValues The lookup values which decide what data to return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ export class GoogleSheet {
/**
* Looks for a specific value in a column and if it gets found it returns the whole row
*
* @param {string[][]} inputData Data to to check for lookup value in
* @param {string[][]} inputData Data to check for lookup value in
* @param {number} keyRowIndex Index of the row which contains the keys
* @param {number} dataStartRowIndex Index of the first row which contains data
* @param {ILookupValues[]} lookupValues The lookup values which decide what data to return
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Mautic/GenericFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function mauticApiRequest(
}

if (returnData.errors) {
// They seem to to sometimes return 200 status but still error.
// They seem to sometimes return 200 status but still error.
throw new NodeApiError(this.getNode(), returnData as JsonObject);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const boardItemFields: INodeProperties[] = [
operation: ['changeColumnValue'],
},
},
description: 'The unique identifier of the item to to change column of',
description: 'The unique identifier of the item to change column of',
},
{
displayName: 'Column Name or ID',
Expand Down

0 comments on commit 1e2d991

Please sign in to comment.