mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
✏️ fix typo
This commit is contained in:
parent
691f1ad780
commit
b586ec812f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export class ExampleNode implements INodeType {
|
||||||
let item: INodeExecutionData;
|
let item: INodeExecutionData;
|
||||||
let myString: string;
|
let myString: string;
|
||||||
|
|
||||||
// Itterates over all input items and add the key "myString" with the
|
// Iterates over all input items and add the key "myString" with the
|
||||||
// value the parameter "myString" resolves to.
|
// value the parameter "myString" resolves to.
|
||||||
// (This could be a different value for each item in case it contains an expression)
|
// (This could be a different value for each item in case it contains an expression)
|
||||||
for (let itemIndex = 0; itemIndex < items.length; itemIndex++) {
|
for (let itemIndex = 0; itemIndex < items.length; itemIndex++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue