Skip to content

Commit a4cbf37

Browse files
committed
fixed typo
1 parent 8f186a0 commit a4cbf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
var text = $("<div>")
103103
.addClass("content")
104104
.append("<h3>Support ScrollMagic</h3>")
105-
.append("<p>Maintaning and updating ScrollMagic takes up a lot of my time. To be able to provide the project with the attention it deserves, I decided to experiment with including ads (feedback & evaluation pending).</p>")
105+
.append("<p>Maintaining and updating ScrollMagic takes up a lot of my time. To be able to provide the project with the attention it deserves, I decided to experiment with including ads (feedback & evaluation pending).</p>")
106106
.append("<p>If the plugin saved you some time or helped you to create something awesome, please consider making use of the donate button above. Alternatively you can have a closer look at the ad below, because every click and every donation helps me spend more time on ScrollMagic and you contribute to making it a little better each time.</p>")
107107
.append("<p>Thank you!</p>");
108108
var container = $("<div>")

0 commit comments

Comments
 (0)