From 44a98401163e7418ec78e16ecb7974b7bab6c827 Mon Sep 17 00:00:00 2001 From: saber-wang <45062099+saber-wang@users.noreply.github.com> Date: Fri, 24 Jun 2022 07:06:09 +0800 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: saberwang --- .../components-reference/supported-pubsub/setup-rabbitmq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md index edb89526a..61a4556a4 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md @@ -158,7 +158,7 @@ client.PublishEvent(context.Background(), "pubsub", "B", []byte("this is another ### Bind multiple `routingKey` -Multiple routing Keys can be separated by commas. +Multiple routing keys can be separated by commas. In the example, three "routingkey" including `keyA`, `keyB` and `""` will be bind. ```