From 013c630090ddf0c61c04904f5ebfe2228c7c5ab7 Mon Sep 17 00:00:00 2001
From: Gabriel <83644514+gpene@users.noreply.github.com>
Date: Tue, 28 Sep 2021 22:25:54 +0300
Subject: [PATCH] :books: Update Webhook parameters (#2251)
* :books: Update Webhook parameters
Capitalization inconsistent, + spelling and minor changes
* update Wait description
---
packages/nodes-base/nodes/Wait.node.ts | 2 +-
packages/nodes-base/nodes/Webhook.node.ts | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/packages/nodes-base/nodes/Wait.node.ts b/packages/nodes-base/nodes/Wait.node.ts
index 33077036f3..05a7c14d7b 100644
--- a/packages/nodes-base/nodes/Wait.node.ts
+++ b/packages/nodes-base/nodes/Wait.node.ts
@@ -283,7 +283,7 @@ export class Wait implements INodeType {
description: 'The HTTP Response code to return',
},
{
- displayName: 'Respond when',
+ displayName: 'Respond When',
name: 'responseMode',
type: 'options',
displayOptions: {
diff --git a/packages/nodes-base/nodes/Webhook.node.ts b/packages/nodes-base/nodes/Webhook.node.ts
index 30cfde43e1..a6064398cf 100644
--- a/packages/nodes-base/nodes/Webhook.node.ts
+++ b/packages/nodes-base/nodes/Webhook.node.ts
@@ -132,7 +132,7 @@ export class Webhook implements INodeType {
},
],
default: 'GET',
- description: 'The HTTP method to liste to.',
+ description: 'The HTTP method to listen to.',
},
{
displayName: 'Path',
@@ -155,7 +155,7 @@ export class Webhook implements INodeType {
description: 'The HTTP Response code to return',
},
{
- displayName: 'Respond when',
+ displayName: 'Respond When',
name: 'responseMode',
type: 'options',
options: [
@@ -202,7 +202,7 @@ export class Webhook implements INodeType {
},
],
default: 'firstEntryJson',
- description: 'What data should be returned. If it should return
all the itemsas array or only the first item as object.',
+ description: 'What data should be returned. If it should return
all items as an array or only the first item as object.',
},
{
displayName: 'Property Name',
@@ -253,8 +253,8 @@ export class Webhook implements INodeType {
],
},
},
- description: `Name of the binary property to which to write the data of
- the received file. If the data gets received via "Form-Data Multipart"
+ description: `Name of the binary property to write the data of
+ the received file to. If the data gets received via "Form-Data Multipart"
it will be the prefix and a number starting with 0 will be attached to it.`,
},
{