1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-07-14 16:30:27 +03:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,7 +296,7 @@ export class Html implements INodeType {
type: 'boolean',
default: true,
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',
},
],
},