Skip to content

Commit ef06f40

Browse files
docs(apigateway): fix typos (#33216)
### Issue # (if applicable) None ### Description of changes In the docs, changed from resolve()ed to resolved ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7182714 commit ef06f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-apigateway/lib/deployment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class Deployment extends Resource {
106106
*
107107
* This should be called by constructs of the API Gateway model that want to
108108
* invalidate the deployment when their settings change. The component will
109-
* be resolve()ed during synthesis so tokens are welcome.
109+
* be resolved during synthesis so tokens are welcome.
110110
*/
111111
public addToLogicalId(data: any) {
112112
this.resource.addToLogicalId(data);

0 commit comments

Comments
 (0)