Skip to content

Commit b39a321

Browse files
committed
Double quotes
Signed-off-by: Fabio José <[email protected]>
1 parent 6c5b7e2 commit b39a321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/express-ex/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ app.post('/', function (req, res) {
4141
});
4242

4343
app.listen(3000, function () {
44-
console.log('Example app listening on port 3000!');
44+
console.log("Example app listening on port 3000!");
4545
});

0 commit comments

Comments
 (0)