Skip to content

Commit

Permalink
fix typo (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre authored Aug 16, 2022
1 parent 1a3de31 commit 396cde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fastify

fastify.listen({ port: 3000 }, err => {
if (err) throw err
console.log('Server listenging on http://localhost:3000')
console.log('Server listening on http://localhost:3000')
})

0 comments on commit 396cde3

Please sign in to comment.