Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
faustind committed Feb 8, 2025
1 parent 87628bc commit 31b45da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/exchanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ used.
## Checking if an Exchange Exists

Sometimes it's convenient to check if an exchange exists. To do so, at the protocol
level you use `exchange.declare` with `passive` seto to `true`. In response
level you use `exchange.declare` with `passive` sets to `true`. In response
RabbitMQ responds with a channel exception if the exchange does not exist.

Bunny provides a convenience method, `Bunny::Session#exchange_exists?`, to do this:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ Exchanges](/articles/exchanges.html) guide. In this guide, we will
only mention how message acknowledgements are related to AMQP
transactions and the Publisher Confirms extension.

Let us consider a publisher application (P) that communications with a
Let us consider a publisher application (P) that communicates with a
consumer (C) using AMQP 0.9.1. Their communication can be graphically
represented like this:

Expand Down

0 comments on commit 31b45da

Please sign in to comment.