We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b4df9e + f40b039 commit dfaccd3Copy full SHA for dfaccd3
docs/transport/amqp_bunny.md
@@ -15,7 +15,7 @@ Build on top of [bunny lib](https://github.com/jakubkulhan/bunny).
15
* [Installation](#installation)
16
* [Create context](#create-context)
17
* [Declare topic](#declare-topic)
18
-* [Declare queue](#decalre-queue)
+* [Declare queue](#declare-queue)
19
* [Bind queue to topic](#bind-queue-to-topic)
20
* [Send message to topic](#send-message-to-topic)
21
* [Send message to queue](#send-message-to-queue)
@@ -267,4 +267,4 @@ $queue = $context->createQueue('aQueue');
267
$context->purgeQueue($queue);
268
```
269
270
-[back to index](../index.md)
+[back to index](../index.md)
0 commit comments