From 0f27ec94e3d2c78d50b9812ef78488af561fc50f Mon Sep 17 00:00:00 2001 From: SAMUEL NELA Date: Wed, 19 Dec 2018 14:05:44 +0100 Subject: [PATCH] Fix link to declare queue --- docs/transport/amqp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)