Skip to content

Commit

Permalink
docs: Fix typo (#7725)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed May 13, 2020
1 parent c106d53 commit 522e9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/aws/events/websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ module.exports.defaultHandler = async (event, context) => {
};
```

## Respond to a a ws-client message
## Respond to a ws-client message

To respond to a websocket message from your handler function, [Route Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-route-response.html) can be used. Set the `routeResponseSelectionExpression` option to enable this. This option allows you to respond to a websocket message using the `body` parameter.

Expand Down

0 comments on commit 522e9c0

Please sign in to comment.