Skip to content

Commit

Permalink
docs: fix rosetta example
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Jul 6, 2024
1 parent a1b0928 commit ddbf57b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ export class WebSocketIntegrationResponseKey {
* @example
* // Match 200 OK, 201 Created, and all 4xx Client Error status codes
* apigwv2.WebSocketIntegrationResponseKey.fromKeys(
* WebSocketIntegrationResponseKey.ok,
* WebSocketIntegrationResponseKey.fromStatusCode(201),
* WebSocketIntegrationResponseKey.clientError
* apigwv2.WebSocketIntegrationResponseKey.ok,
* apigwv2.WebSocketIntegrationResponseKey.fromStatusCode(201),
* apigwv2.WebSocketIntegrationResponseKey.clientError
* )
*/
public static fromKeys(...keys: WebSocketIntegrationResponseKey[]): WebSocketIntegrationResponseKey {
Expand Down

0 comments on commit ddbf57b

Please sign in to comment.