We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d6a12 commit 92ab5c6Copy full SHA for 92ab5c6
documentation/docs/edge-rate-limiter/PenaltyBox/prototype/add.mdx
@@ -4,7 +4,7 @@ hide_table_of_contents: false
4
pagination_next: null
5
pagination_prev: null
6
---
7
-# PenaltyBox.prototype.has
+# PenaltyBox.prototype.add
8
9
Add an `entry` into the PenaltyBox for the duration of the given `timeToLive`.
10
@@ -30,4 +30,4 @@ Returns `undefined`.
30
31
- `TypeError`
32
- Thrown if the provided `entry` value can not be coerced into a string
33
- - Thrown if the provided `timeToLive` value is not either, a number between 1 and 60 inclusively.
+ - Thrown if the provided `timeToLive` value is not either, a number between 1 and 60 inclusively.
0 commit comments