Skip to content

Commit

Permalink
fix: typo in the storeLimiter error message (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenthua authored Jun 6, 2022
1 parent 2b502ed commit 943aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const storeLimiter = rateLimit({
res.json({
success: false,
message:
'Request limit reached. You can make only 100 reqests every 15 minutes',
'Request limit reached. You can make only 100 requests every 15 minutes',
})
},
})
Expand Down

0 comments on commit 943aee9

Please sign in to comment.