Skip to content

Commit

Permalink
Fix typo in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-acanfora committed Apr 30, 2024
1 parent 4cc07c5 commit 488e3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ process.on('SIGTERM', async () => {
process.exit(0);
});

// Handle interupt signal
// Handle interrupt signal
process.on('SIGINT', () => {
// eslint-disable-next-line no-console
console.log('SIGINT signal received.');
Expand Down

0 comments on commit 488e3c3

Please sign in to comment.