Skip to content

Commit

Permalink
chore: fix typo in application-listener-rule (aws#30427)
Browse files Browse the repository at this point in the history
Minor typo fixed

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mazyu36 authored and Leonardo Gama committed Jun 11, 2024
1 parent 4860303 commit 7e0b198
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -126,7 +126,7 @@ export enum ContentType {

/**
* A fixed response
* @deprecated superceded by `ListenerAction.fixedResponse()`.
* @deprecated superseded by `ListenerAction.fixedResponse()`.
*/
export interface FixedResponse {
/**
Expand All @@ -151,7 +151,7 @@ export interface FixedResponse {

/**
* A redirect response
* @deprecated superceded by `ListenerAction.redirect()`.
* @deprecated superseded by `ListenerAction.redirect()`.
*/
export interface RedirectResponse {
/**
Expand Down

0 comments on commit 7e0b198

Please sign in to comment.