Skip to content

Commit ac9d636

Browse files
committed
fixed typo
1 parent acfa151 commit ac9d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h3>Teach with Coder</h3>
278278
ga('create', 'UA-41998892-1', 'googlecreativelab.github.io');
279279
ga('send', 'pageview');
280280

281-
$(document).ready( funciton() {
281+
$(document).ready( function() {
282282
$('a.trackdl').click(function() {
283283
var version = $(this).attr('data-version');
284284
ga('send', 'event', 'download', 'click', version );

0 commit comments

Comments
 (0)