Skip to content

Commit 013c630

Browse files
authored
📚 Update Webhook parameters (n8n-io#2251)
* 📚 Update Webhook parameters Capitalization inconsistent, + spelling and minor changes * update Wait description
1 parent 3a0b96b commit 013c630

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/nodes-base/nodes/Wait.node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export class Wait implements INodeType {
283283
description: 'The HTTP Response code to return',
284284
},
285285
{
286-
displayName: 'Respond when',
286+
displayName: 'Respond When',
287287
name: 'responseMode',
288288
type: 'options',
289289
displayOptions: {

packages/nodes-base/nodes/Webhook.node.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class Webhook implements INodeType {
132132
},
133133
],
134134
default: 'GET',
135-
description: 'The HTTP method to liste to.',
135+
description: 'The HTTP method to listen to.',
136136
},
137137
{
138138
displayName: 'Path',
@@ -155,7 +155,7 @@ export class Webhook implements INodeType {
155155
description: 'The HTTP Response code to return',
156156
},
157157
{
158-
displayName: 'Respond when',
158+
displayName: 'Respond When',
159159
name: 'responseMode',
160160
type: 'options',
161161
options: [
@@ -202,7 +202,7 @@ export class Webhook implements INodeType {
202202
},
203203
],
204204
default: 'firstEntryJson',
205-
description: 'What data should be returned. If it should return<br />all the itemsas array or only the first item as object.',
205+
description: 'What data should be returned. If it should return<br />all items as an array or only the first item as object.',
206206
},
207207
{
208208
displayName: 'Property Name',
@@ -253,8 +253,8 @@ export class Webhook implements INodeType {
253253
],
254254
},
255255
},
256-
description: `Name of the binary property to which to write the data of<br />
257-
the received file. If the data gets received via "Form-Data Multipart"<br />
256+
description: `Name of the binary property to write the data of<br />
257+
the received file to. If the data gets received via "Form-Data Multipart"<br />
258258
it will be the prefix and a number starting with 0 will be attached to it.`,
259259
},
260260
{

0 commit comments

Comments
 (0)