File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/alb Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export interface ApplicationListenerRuleProps extends BaseApplicationListenerRul
114
114
115
115
/**
116
116
* The content type for a fixed response
117
- * @deprecated superceded by `FixedResponseOptions`.
117
+ * @deprecated superseded by `FixedResponseOptions`.
118
118
*/
119
119
export enum ContentType {
120
120
TEXT_PLAIN = 'text/plain' ,
@@ -126,7 +126,7 @@ export enum ContentType {
126
126
127
127
/**
128
128
* A fixed response
129
- * @deprecated superceded by `ListenerAction.fixedResponse()`.
129
+ * @deprecated superseded by `ListenerAction.fixedResponse()`.
130
130
*/
131
131
export interface FixedResponse {
132
132
/**
@@ -151,7 +151,7 @@ export interface FixedResponse {
151
151
152
152
/**
153
153
* A redirect response
154
- * @deprecated superceded by `ListenerAction.redirect()`.
154
+ * @deprecated superseded by `ListenerAction.redirect()`.
155
155
*/
156
156
export interface RedirectResponse {
157
157
/**
You can’t perform that action at this time.
0 commit comments