Skip to content

Commit

Permalink
docs/ratelimit.md > add missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
omartrigui authored Jul 21, 2023
1 parent bfcc38d commit c35546f
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 c35546f

Please sign in to comment.