fix(HTTP Request Node): Fix typo in hint (#12439)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions

This commit is contained in:
Tomi Turtiainen 2025-01-03 10:34:44 +02:00 committed by GitHub
parent 3ff902feb9
commit b6230b63f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1007,7 +1007,7 @@ export class HttpRequestV3 implements INodeType {
[
{
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',
},
],