Skip to content

Commit dfaccd3

Browse files
authored
Merge pull request php-enqueue#797 from enumag/patch-3
Update amqp_bunny.md
2 parents 5b4df9e + f40b039 commit dfaccd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/transport/amqp_bunny.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Build on top of [bunny lib](https://github.com/jakubkulhan/bunny).
1515
* [Installation](#installation)
1616
* [Create context](#create-context)
1717
* [Declare topic](#declare-topic)
18-
* [Declare queue](#decalre-queue)
18+
* [Declare queue](#declare-queue)
1919
* [Bind queue to topic](#bind-queue-to-topic)
2020
* [Send message to topic](#send-message-to-topic)
2121
* [Send message to queue](#send-message-to-queue)
@@ -267,4 +267,4 @@ $queue = $context->createQueue('aQueue');
267267
$context->purgeQueue($queue);
268268
```
269269

270-
[back to index](../index.md)
270+
[back to index](../index.md)

0 commit comments

Comments
 (0)