Skip to content

Commit

Permalink
style(generators/demo/templates): fix typo
Browse files Browse the repository at this point in the history
Omitted when changing `generator/app/templates` on * commit 5690999.
  • Loading branch information
cueedee committed Oct 10, 2017
1 parent 5bf98b5 commit fb311ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/demo/templates/src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
link.pathname = '/livereload.js';

livereload = document.createElement( 'script' );
livereload.src = link.href
livereload.src = link.href;

document.head.appendChild( livereload );

Expand Down

0 comments on commit fb311ef

Please sign in to comment.