Skip to content

Commit d75e8b2

Browse files
author
Shane Osbourne
committed
ci: remove single quotes from 404 example
1 parent 45fc26f commit d75e8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/404.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ browserSync.init({
2525
res.writeHead(302, {
2626
"location": "404.html"
2727
});
28-
res.end('Redirecting!');
28+
res.end("Redirecting!");
2929
});
3030
});

0 commit comments

Comments
 (0)