diff --git a/src/index.ts b/src/index.ts index e4150f9..47c9ab2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,5 +8,5 @@ app.get("/", async function (req, res) { }); app.listen(PORT, async function () { - console.log(`App runnint on ${PORT}`); + console.log(`App running on ${PORT}`); });