File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/aws-cdk-lib/aws-apigateway/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export interface LambdaRestApiProps extends RestApiProps {
1515 /**
1616 * The default Lambda function that handles all requests from this API.
1717 *
18- * This handler will be used as a the default integration for all methods in
18+ * This handler will be used as the default integration for all methods in
1919 * this API, unless specified otherwise in `addMethod`.
2020 */
2121 readonly handler : lambda . IFunction ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export interface StepFunctionsRestApiProps extends RestApiProps {
1717 /**
1818 * The default State Machine that handles all requests from this API.
1919 *
20- * This stateMachine will be used as a the default integration for all methods in
20+ * This stateMachine will be used as the default integration for all methods in
2121 * this API, unless specified otherwise in `addMethod`.
2222 */
2323 readonly stateMachine : sfn . IStateMachine ;
You can’t perform that action at this time.
0 commit comments