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. ```