Skip to content

Commit

Permalink
docs/ratelimit.md > add missing double quotes (#2477)
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Trigui <[email protected]>
  • Loading branch information
omartrigui authored Jul 21, 2023
1 parent bfcc38d commit 2936f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/ratelimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ clusterClientRatelimit("groupB", 10, "1m")
The same for Authorization Header you would use:

```
clusterClientRatelimit("groupC", 10, "1m", "Authorization)
clusterClientRatelimit("groupC", 10, "1m", "Authorization")
```

The optional fourth argument can create an AND combined Header
Expand Down

0 comments on commit 2936f25

Please sign in to comment.