diff --git a/docs/user-guide/api-mediation/customizing-gateway-rate-limiter.md b/docs/user-guide/api-mediation/customizing-gateway-rate-limiter.md index 10ba85f691..c056793758 100644 --- a/docs/user-guide/api-mediation/customizing-gateway-rate-limiter.md +++ b/docs/user-guide/api-mediation/customizing-gateway-rate-limiter.md @@ -3,7 +3,7 @@ :::info Role: system programmer ::: -The API Gateway offers a way to customize the rate limit for each service via a configurable rate limiter, which prevents individual users from overloading the system. Configuring the rate limiter helps ensure that a user's activity does not negatively impact the experience of other users by mitigating the risk of Distributed Denial-of-Service (DDoS) attacks and other automated exploit attempts. +The API Gateway offers a way to customize the rate limit for each service via a configurable rate limiter, which prevents individual users from overloading the system with excessive requests. Configuring the rate limiter helps ensure that a user's activity does not negatively impact the experience of other users by mitigating the risk of Distributed Denial-of-Service (DDoS) attacks and other automated exploit attempts. Use the following procedure to customize the Gateway rate limiter: