We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7182714 commit ef06f40Copy full SHA for ef06f40
packages/aws-cdk-lib/aws-apigateway/lib/deployment.ts
@@ -106,7 +106,7 @@ export class Deployment extends Resource {
106
*
107
* This should be called by constructs of the API Gateway model that want to
108
* invalidate the deployment when their settings change. The component will
109
- * be resolve()ed during synthesis so tokens are welcome.
+ * be resolved during synthesis so tokens are welcome.
110
*/
111
public addToLogicalId(data: any) {
112
this.resource.addToLogicalId(data);
0 commit comments