Skip to content

Commit 4c74785

Browse files
authored
fix(docs): typo in TEMPLATE.md (#3)
1 parent e2eedca commit 4c74785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ app.post('/token', async (req, res) => {
5151
});
5252

5353
app.listen(port, () => {
54-
console.log(\`Server listening on port ${port}`);
54+
console.log(`Server listening on port ${port}`);
5555
});
5656
```
5757

0 commit comments

Comments
 (0)