From 4b8b08450f471b50a56d6806a364d0a9ebb74296 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sun, 14 Feb 2021 21:17:47 +0100 Subject: [PATCH] :zap: Fix typo --- packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts b/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts index 640051d0a8..ba652990f5 100644 --- a/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts +++ b/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts @@ -91,7 +91,7 @@ export const directMessageFields = [ name: 'attachment', type: 'string', default: 'data', - description: 'Name of the binary propertie which contain
data which should be added to directMessage as attachment.', + description: 'Name of the binary property which contain
data that should be added to the direct message as attachment.', }, ], },