fix(HTTP Request Node): Fix typo in hint (#12439)

This commit is contained in:
Tomi Turtiainen
2025-01-03 10:34:44 +02:00
committed by GitHub
parent 3ff902feb9
commit b6230b63f2

View File

@@ -1007,7 +1007,7 @@ export class HttpRequestV3 implements INodeType {
[ [
{ {
message: message:
'To split the contents of data into separate items for easier processing, add a Spilt Out node after this one', 'To split the contents of data into separate items for easier processing, add a Split Out node after this one',
location: 'outputPane', location: 'outputPane',
}, },
], ],