Skip to content

Commit

Permalink
Merge pull request #42 from erunion/patch-1
Browse files Browse the repository at this point in the history
fix: resolving a typo in a debug message
  • Loading branch information
mhassan1 authored Jan 11, 2025
2 parents 547bf17 + 74b4c29 commit 37cebac
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 37cebac

Please sign in to comment.