From 7e0b198c75395ccde2ccff9289813b7c55907348 Mon Sep 17 00:00:00 2001 From: mazyu36 Date: Tue, 4 Jun 2024 03:20:17 +0900 Subject: [PATCH] chore: fix typo in application-listener-rule (#30427) Minor typo fixed ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .../lib/alb/application-listener-rule.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/alb/application-listener-rule.ts b/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/alb/application-listener-rule.ts index f755eadefb2db..649950bf5ed67 100644 --- a/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/alb/application-listener-rule.ts +++ b/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/alb/application-listener-rule.ts @@ -114,7 +114,7 @@ export interface ApplicationListenerRuleProps extends BaseApplicationListenerRul /** * The content type for a fixed response - * @deprecated superceded by `FixedResponseOptions`. + * @deprecated superseded by `FixedResponseOptions`. */ export enum ContentType { TEXT_PLAIN = 'text/plain', @@ -126,7 +126,7 @@ export enum ContentType { /** * A fixed response - * @deprecated superceded by `ListenerAction.fixedResponse()`. + * @deprecated superseded by `ListenerAction.fixedResponse()`. */ export interface FixedResponse { /** @@ -151,7 +151,7 @@ export interface FixedResponse { /** * A redirect response - * @deprecated superceded by `ListenerAction.redirect()`. + * @deprecated superseded by `ListenerAction.redirect()`. */ export interface RedirectResponse { /**