Skip to content

Commit 3f66035

Browse files
authored
fixed syntax error in code example (#635)
1 parent 1a2ba73 commit 3f66035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/commands/toggle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you provide an `until <event name>` the class or attribute will be toggled un
5757
Toggle Me!
5858
</button>
5959

60-
<button _="on click toggle *display on the next <div/>">
60+
<button _="on click toggle *display of the next <div/>">
6161
Toggle Me!
6262
</button>
6363
```

0 commit comments

Comments
 (0)