fix(MQTT Trigger Node): Fix typo (no-changelog) (#9304)

Co-authored-by: Garrit Franke <32395585+garritfra@users.noreply.github.com>
This commit is contained in:
Ian Gallagher 2026-04-09 03:09:53 +12:00 committed by GitHub
parent 468c9c4f8f
commit a93ae81fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ export class MqttTrigger implements INodeType {
type: 'string',
default: '',
description:
'Topics to subscribe to, multiple can be defined with comma. Wildcard characters are supported (+ - for single level and # - for multi level). By default all subscription used QoS=0. To set a different QoS, write the QoS desired after the topic preceded by a colom. For Example: topicA:1,topicB:2',
'Topics to subscribe to, multiple can be defined with comma. Wildcard characters are supported (+ - for single level and # - for multi level). By default all subscription used QoS=0. To set a different QoS, write the QoS desired after the topic preceded by a colon. For Example: topicA:1,topicB:2',
},
{
displayName: 'Options',