Skip to content

Commit

Permalink
Merge pull request #392 from connorlanigan/patch-1
Browse files Browse the repository at this point in the history
docs: Mismatched quotation mark
  • Loading branch information
binwiederhier committed Aug 31, 2022
2 parents 6935d83 + 62c8caf commit eed3e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/publish.md
Expand Up @@ -1166,7 +1166,7 @@ Alternatively, the same actions can be defined as **JSON array**, if the notific
method: 'POST',
body: JSON.stringify({
topic: "myhome",
message": "You left the house. Turn down the A/C?",
message: "You left the house. Turn down the A/C?",
actions: [
{
action: "view",
Expand Down

0 comments on commit eed3e28

Please sign in to comment.