@@ -132,7 +132,7 @@ export class Webhook implements INodeType {
132
132
} ,
133
133
] ,
134
134
default : 'GET' ,
135
- description : 'The HTTP method to liste to.' ,
135
+ description : 'The HTTP method to listen to.' ,
136
136
} ,
137
137
{
138
138
displayName : 'Path' ,
@@ -155,7 +155,7 @@ export class Webhook implements INodeType {
155
155
description : 'The HTTP Response code to return' ,
156
156
} ,
157
157
{
158
- displayName : 'Respond when ' ,
158
+ displayName : 'Respond When ' ,
159
159
name : 'responseMode' ,
160
160
type : 'options' ,
161
161
options : [
@@ -202,7 +202,7 @@ export class Webhook implements INodeType {
202
202
} ,
203
203
] ,
204
204
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.' ,
206
206
} ,
207
207
{
208
208
displayName : 'Property Name' ,
@@ -253,8 +253,8 @@ export class Webhook implements INodeType {
253
253
] ,
254
254
} ,
255
255
} ,
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 />
258
258
it will be the prefix and a number starting with 0 will be attached to it.` ,
259
259
} ,
260
260
{
0 commit comments