Skip to content

Commit

Permalink
fix #593
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
1cg committed Dec 13, 2024
1 parent bccdfa3 commit b6cd50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/commands/send.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can alternatively use the equivalent `trigger` syntax.
<div _="on click send doIt(answer:42) to #div1">Send an event</div>
<div
id="div1"
_="on doIt(answer) put 'The answer is $answer' into my.innerHTML"
_="on doIt(answer) put `The answer is $answer` into my.innerHTML"
>
Check the console for the answer...
</div>
Expand Down

0 comments on commit b6cd50c

Please sign in to comment.