✏️ fix typo

This commit is contained in:
Cornelius Suermann 2022-06-27 15:09:59 +02:00 committed by GitHub
commit b586ec812f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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++) {