Skip to content

Commit f7346bb

Browse files
committed
docs(apigateway): fix "the a stage" to "a stage" in README
Remove duplicate article "the a" in README.
1 parent 012cf32 commit f7346bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-apigateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ new apigateway.RestApi(this, 'books', {
14161416

14171417
You can use the `methodOptions` property to configure
14181418
[default method throttling](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html#apigateway-api-level-throttling-in-usage-plan)
1419-
for a stage. The following snippet configures the a stage that accepts
1419+
for a stage. The following snippet configures a stage that accepts
14201420
100 requests per minute, allowing burst up to 200 requests per minute.
14211421

14221422
```ts

0 commit comments

Comments
 (0)