Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed May 11, 2022
1 parent f683cfa commit a841eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/counters/inMemoryCluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
});
},
worker: function worker(options) {
if (!cluster.isWorker) throw new Error("You cannot use Rascal's in memmory cluster counter outside of a cluster");
if (!cluster.isWorker) throw new Error("You cannot use Rascal's in memory cluster counter outside of a cluster");
if (!options) return worker({});
const timeout = options.timeout || 100;
const stashback = Stashback({ timeout });
Expand Down

0 comments on commit a841eb6

Please sign in to comment.