Skip to content

Commit

Permalink
chore(aws-apigatewayv2): docs spelling correction (aws#15962)
Browse files Browse the repository at this point in the history
Spelling fixes.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
brianhubbell authored and hollanddd committed Aug 26, 2021
1 parent 941248e commit 4980d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-apigatewayv2/lib/http/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface IHttpApi extends IApi {
*/
export interface HttpApiProps {
/**
* Name for the HTTP API resoruce
* Name for the HTTP API resource
* @default - id of the HttpApi construct.
*/
readonly apiName?: string;
Expand Down Expand Up @@ -209,7 +209,7 @@ export interface CorsPreflightOptions {
}

/**
* Options for the Route with Integration resoruce
* Options for the Route with Integration resource
*/
export interface AddRoutesOptions extends BatchHttpRouteOptions {
/**
Expand Down

0 comments on commit 4980d57

Please sign in to comment.