Skip to content

Commit

Permalink
docs(apigwv2): fix typo (#16887)
Browse files Browse the repository at this point in the history
resoruce -> resource
  • Loading branch information
kdnakt authored Oct 11, 2021
1 parent ad7288f commit fdd157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigatewayv2/lib/websocket/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface IWebSocketApi extends IApi {
*/
export interface WebSocketApiProps {
/**
* Name for the WebSocket API resoruce
* Name for the WebSocket API resource
* @default - id of the WebSocketApi construct.
*/
readonly apiName?: string;
Expand Down

0 comments on commit fdd157d

Please sign in to comment.