mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
fix(HTML Node): Fix small typo (no-changelog) (#9936)
This commit is contained in:
parent
9e92a5774e
commit
3293b2bee3
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue