Sfoglia il codice sorgente

Merge pull request #1574 from KavyanshKhaitan2/patch-1

[docs] Fix typo/syntax error in publish.md
Philipp C. Heckel 1 mese fa
parent
commit
5c3fad28be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/publish.md

+ 1 - 1
docs/publish.md

@@ -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",