MQTT Trigger tooltip typo fixed
A spelling error in the MQTT Trigger Node's topic description has been corrected — "colom" is now "colon".
Documentation for the MQTT Trigger Node had a spelling error. The topic subscription description mentioned a "colom" when it should have read "colon" — the correct term for the punctuation used to specify QoS levels in topic strings. Users reading the node's help text will now see the accurate description. This is a single-character correction in the file within the n8n nodes-base package.
View Original GitHub Description
Summary
Describe what the PR does and how to test. Photos and videos are recommended.
This simply fixes a one-character typo in the MQTT Trigger's Topic Description/Tooltip. colom -> colon.
Related tickets and issues
Include links to Linear ticket or Github issue or Community forum post. Important in order to close automatically and provide context to reviewers.
Review / Merge checklist
- PR title and summary are descriptive. Remember, the title automatically goes into the changelog. Use
(no-changelog)otherwise. (conventions) - Docs updated or follow-up ticket created.
- Tests included.
- N/A