From f40b0397aef42d46cfd5f8cdf24cd89306869270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Mon, 11 Mar 2019 16:01:17 +0100 Subject: [PATCH] Update amqp_bunny.md --- docs/transport/amqp_bunny.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transport/amqp_bunny.md b/docs/transport/amqp_bunny.md index a87245b36..cf0361f80 100644 --- a/docs/transport/amqp_bunny.md +++ b/docs/transport/amqp_bunny.md @@ -15,7 +15,7 @@ Build on top of [bunny lib](https://github.com/jakubkulhan/bunny). * [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) @@ -267,4 +267,4 @@ $queue = $context->createQueue('aQueue'); $context->purgeQueue($queue); ``` -[back to index](../index.md) \ No newline at end of file +[back to index](../index.md)