fix(HTML Node): Fix small typo (no-changelog) (#9936)

This commit is contained in:
Ria Scholz
2024-07-04 13:59:15 +02:00
committed by GitHub
parent 9e92a5774e
commit 3293b2bee3

View File

@@ -296,7 +296,7 @@ export class Html implements INodeType {
type: 'boolean', type: 'boolean',
default: true, default: true,
description: description:
'Whether to remove remove leading and trailing whitespaces, line breaks (newlines) and condense multiple consecutive whitespaces into a single space', 'Whether to remove leading and trailing whitespaces, line breaks (newlines) and condense multiple consecutive whitespaces into a single space',
}, },
], ],
}, },