Skip to content

Commit 92ab5c6

Browse files
authored
docs: fix munged penalty box title (#1210)
1 parent f9d6a12 commit 92ab5c6

File tree

1 file changed

+2
-2
lines changed
  • documentation/docs/edge-rate-limiter/PenaltyBox/prototype

1 file changed

+2
-2
lines changed

documentation/docs/edge-rate-limiter/PenaltyBox/prototype/add.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hide_table_of_contents: false
44
pagination_next: null
55
pagination_prev: null
66
---
7-
# PenaltyBox.prototype.has
7+
# PenaltyBox.prototype.add
88

99
Add an `entry` into the PenaltyBox for the duration of the given `timeToLive`.
1010

@@ -30,4 +30,4 @@ Returns `undefined`.
3030

3131
- `TypeError`
3232
- 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.
33+
- Thrown if the provided `timeToLive` value is not either, a number between 1 and 60 inclusively.

0 commit comments

Comments
 (0)