Skip to content

Commit f08dffa

Browse files
committed
fix typo
1 parent a288eb2 commit f08dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01 - JavaScript Drum Kit/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
- html5 media elements (audio) have a currentTime method as well as many other methods
9292
- Element.classList has an add, remove, and toggle method which looks just as easy
9393
to use as using jquery's addClass method
94-
- transitions are events that I can listen for https://developer.mozilla.org/en-US/docs/Web/Events/transitionend. Similaryly, can also listen for animations using the animation end event.
94+
- transitions are events that I can listen for https://developer.mozilla.org/en-US/docs/Web/Events/transitionend. Similarly, can also listen for animations using the animation end event.
9595
*/
9696
/*
9797
misc:

0 commit comments

Comments
 (0)