Skip to content

Commit

Permalink
Fixed the typo in clusterRatelimit filter docs (#2818)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Zavodskikh <[email protected]>
Co-authored-by: Roman Zavodskikh <[email protected]>
  • Loading branch information
RomanZavodskikh and Roman Zavodskikh authored Jan 2, 2024
1 parent e166628 commit d3edfd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2094,8 +2094,9 @@ See also the [ratelimit docs](https://godoc.org/github.com/zalando/skipper/ratel
This ratelimit is calculated across all skipper peers and the same
rate limit group. The first parameter is a string to select the same
ratelimit group across one or more routes. The rate limit group
allows the given number of requests to a backend. You need to have run
skipper with command line flags `-enable-swarm` and
allows the given number of requests to a backend.

You need to run skipper with command line flags `-enable-swarm` and
`-enable-ratelimits`. See also our [cluster ratelimit tutorial](../tutorials/ratelimit.md#cluster-ratelimit)


Expand Down

0 comments on commit d3edfd8

Please sign in to comment.