mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(HTTP Request Node): Fix typo in hint (#12439)
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user