diff --git a/docs/transport/amqp.md b/docs/transport/amqp.md index bc8aec185..52f70d77a 100644 --- a/docs/transport/amqp.md +++ b/docs/transport/amqp.md @@ -15,7 +15,7 @@ Build on top of [php amqp extension](https://github.com/pdezwart/php-amqp). * [Installation](#installation) * [Create context](#create-context) * [Declare topic](#declare-topic) -* [Declare queue](#decalre-queue) +* [Declare queue](#declare-queue) * [Bind queue to topic](#bind-queue-to-topic) * [Send message to topic](#send-message-to-topic) * [Send message to queue](#send-message-to-queue)