Skip to content

Commit

Permalink
fix: resolving a typo in a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Jan 10, 2025
1 parent 547bf17 commit 74b4c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RedisMemoryServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class RedisMemoryServer {
})
.catch((err) => {
if (!debug.enabled('RedisMS:RedisMemoryServer')) {
console.warn('Starting the instance failed, please enable debug for more infomation');
console.warn('Starting the instance failed, please enable debug for more information.');
}
throw err;
});
Expand Down

0 comments on commit 74b4c29

Please sign in to comment.