diff --git a/docs/rules/api_gateway/default_throttling.md b/docs/rules/api_gateway/default_throttling.md index 06d5f12..4902161 100644 --- a/docs/rules/api_gateway/default_throttling.md +++ b/docs/rules/api_gateway/default_throttling.md @@ -36,7 +36,7 @@ Amazon API Gateway supports defining default limits for an API to prevent it fro methodOptions: { '*/*': { throttlingBurstLimit: 1000, - throttlingRateLimite: 10, + throttlingRateLimit: 10, } } }, @@ -250,4 +250,4 @@ Amazon API Gateway supports defining default limits for an API to prevent it fro ## See also * [Throttle API requests for better throughput](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html) -* [Throttling requests to your HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-throttling.html) \ No newline at end of file +* [Throttling requests to your HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-throttling.html)