Skip to content

Commit

Permalink
DOCU-2470: vale fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Aug 25, 2022
1 parent 20de778 commit c649eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gateway/get-started/rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
...
Expand Down

0 comments on commit c649eff

Please sign in to comment.