Skip to content

Commit

Permalink
Update docs.md (#514)
Browse files Browse the repository at this point in the history
Fixed repeated title from previous example
  • Loading branch information
seiichi-yoshimune authored Oct 4, 2024
1 parent e7a7b4f commit 2dd1554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ on the timeout, setting the `result` to `null`, so `the result's type` will be n

Previously we looked at the `toggle` command. It turns out that it, too, can work with events:

{% example "Waiting On Events With A Timeout" %}
{% example "Toggle A Class With Events" %}
<div _="on mouseenter toggle .red until mouseleave">
Mouse Over Me To Turn Me Red!
</div>
Expand Down

0 comments on commit 2dd1554

Please sign in to comment.