Skip to content

Commit

Permalink
ci: remove single quotes from 404 example
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 26, 2015
1 parent 45fc26f commit d75e8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ browserSync.init({
res.writeHead(302, {
"location": "404.html"
});
res.end('Redirecting!');
res.end("Redirecting!");
});
});

0 comments on commit d75e8b2

Please sign in to comment.