diff --git a/src/gateway/get-started/rate-limiting.md b/src/gateway/get-started/rate-limiting.md index cc826a6b22a9..6faa839a1da8 100644 --- a/src/gateway/get-started/rate-limiting.md +++ b/src/gateway/get-started/rate-limiting.md @@ -14,7 +14,7 @@ may negatively impact availability. {{site.base_gateway}} imposes rate limits on clients through the use of the [Rate Limiting plugin](/hub/kong-inc/rate-limiting). When rate limiting is enabled, clients are restricted in the number of requests that can be made in a configurable period of time. -The plugin supports identififying clients as [consumers](/gateway/latest/admin-api/#consumer-object) +The plugin supports identifying clients as [consumers](/gateway/latest/admin-api/#consumer-object) or by the client IP address of the requests. {:.note} @@ -63,7 +63,7 @@ will be subject to rate limit enforcement. The `policy` configuration determines where {{site.base_gateway}} retrieves and increments limits. See the full [plugin configuration reference](/hub/kong-inc/rate-limiting/#configuration) for details. - You will see a response that contains the new plugin configuration, including identification information similiar to: + You will see a response that contains the new plugin configuration, including identification information similar to: ```text ...