✏️ fix typo
This commit is contained in:
committed by
GitHub
parent
691f1ad780
commit
b586ec812f
@@ -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++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user