From 31f641f829f0cfe59babd2915818b9d26ef8a05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20G=C3=B6tz?= Date: Fri, 1 Jul 2022 23:19:04 +0200 Subject: [PATCH] Fixed indentation of RabbitMQ binding spec (#2586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is my commit message Signed-off-by: Malte Goetz Signed-off-by: Malte Götz Co-authored-by: Mark Fussell --- .../components-reference/supported-bindings/rabbitmq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md b/daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md index b548d9872..c638bf12f 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md @@ -38,7 +38,7 @@ spec: value: false - name: maxPriority value: 5 -- name: contentType + - name: contentType value: "text/plain" ```