Skip to content

Commit 8ea68f1

Browse files
authored
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*
1 parent 41a54b1 commit 8ea68f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/alb/application-listener-rule.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export interface ApplicationListenerRuleProps extends BaseApplicationListenerRul
114114

115115
/**
116116
* The content type for a fixed response
117-
* @deprecated superceded by `FixedResponseOptions`.
117+
* @deprecated superseded by `FixedResponseOptions`.
118118
*/
119119
export enum ContentType {
120120
TEXT_PLAIN = 'text/plain',
@@ -126,7 +126,7 @@ export enum ContentType {
126126

127127
/**
128128
* A fixed response
129-
* @deprecated superceded by `ListenerAction.fixedResponse()`.
129+
* @deprecated superseded by `ListenerAction.fixedResponse()`.
130130
*/
131131
export interface FixedResponse {
132132
/**
@@ -151,7 +151,7 @@ export interface FixedResponse {
151151

152152
/**
153153
* A redirect response
154-
* @deprecated superceded by `ListenerAction.redirect()`.
154+
* @deprecated superseded by `ListenerAction.redirect()`.
155155
*/
156156
export interface RedirectResponse {
157157
/**

0 commit comments

Comments
 (0)