Skip to content

Commit

Permalink
docs(rabbitmq): fix typo in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonBlack committed Jun 9, 2021
1 parent 1e22974 commit 7a031ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ const response = await amqpConnection.request<ExpectedReturnType>({
payload: {
request: 'val',
},
timeout = 10000, // optional timeout for how long the request
timeout : 10000, // optional timeout for how long the request
// should wait before failing if no response is received
});
```
Expand Down

0 comments on commit 7a031ce

Please sign in to comment.