Merge pull request #1574 from KavyanshKhaitan2/patch-1

[docs] Fix typo/syntax error in publish.md
This commit is contained in:
Philipp C. Heckel
2026-01-26 07:06:26 -05:00
committed by GitHub

View File

@@ -2154,7 +2154,7 @@ And the same example using [JSON publishing](#publish-as-json):
method: 'POST',
body: JSON.stringify({
topic: "myhome",
message": "Garage door has been open for 15 minutes. Close it?",
"message": "Garage door has been open for 15 minutes. Close it?",
actions: [
{
"action": "http",