Skip to content

Commit

Permalink
Merge branch 'master' into issue_16892
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 12, 2021
2 parents 96f6586 + 93b3fdc commit 721d331
Show file tree
Hide file tree
Showing 20 changed files with 502 additions and 180 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assertions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"package": "software.amazon.awscdk.assertions",
"maven": {
"groupId": "software.amazon.awscdk",
"artifactId": "cdk-assertions"
"artifactId": "assertions"
}
},
"dotnet": {
Expand Down
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
Loading

0 comments on commit 721d331

Please sign in to comment.