Skip to content

Commit

Permalink
chore: fix typo in word
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik151192 committed Nov 2, 2023
1 parent 312f271 commit a7a5ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nodejs/rate-limiter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const momento = await CacheClient.create({
});

const tpmLimit = 10;
const cacheName = "rate-limier";
const cacheName = "rate-limiter";
const rateLimiter = new MomentoRateLimiter(momento, tpmLimit, cacheName);

// test rate limiter
Expand Down

0 comments on commit a7a5ceb

Please sign in to comment.