From a188d5be1c1d095c3711ec935d6b1a7850bfe498 Mon Sep 17 00:00:00 2001 From: HwangJinSeong Date: Tue, 29 Sep 2020 16:27:28 +0900 Subject: [PATCH] Fix typo in Common Binding Properties section --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 971d40c92..2954820f8 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -2279,7 +2279,7 @@ Default values can be set by using the `spring.cloud.stream.default` prefix (for destination:: The target destination of a binding on the bound middleware (for example, the RabbitMQ exchange or Kafka topic). If binding represents a consumer binding (input), it could be bound to multiple destinations, and the destination names can be specified as comma-separated `String` values. -If not, he actual binding name is used instead. +If not, the actual binding name is used instead. The default value of this property cannot be overridden. group:: The consumer group of the binding.