Skip to content

Commit

Permalink
fix(src/app.js): typo fix (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu committed Aug 14, 2023
1 parent f882aa5 commit 28cb3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const http = require('http')
process.on('SIGTERM', () => {
console.debug('Received SIGTERM signal. Gracefully stopping web server.');
server.close(() => {
console.debug('Server stopped sucessfully.');
console.debug('Server stopped successfully.');
});
});

Expand Down

0 comments on commit 28cb3a1

Please sign in to comment.