diff --git a/packages/nodes-base/nodes/Trello/ChecklistDescription.ts b/packages/nodes-base/nodes/Trello/ChecklistDescription.ts index 5e3a76b42f..cb6fb52c5f 100644 --- a/packages/nodes-base/nodes/Trello/ChecklistDescription.ts +++ b/packages/nodes-base/nodes/Trello/ChecklistDescription.ts @@ -138,7 +138,7 @@ export const checklistFields: INodeProperties[] = [ 'deleteCheckItem', 'getCheckItem', 'updateCheckItem', - 'completeCheckItems', + 'completedCheckItems', ], resource: ['checklist'], },