diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 4364656e2..7ee856731 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -1388,7 +1388,7 @@ Default: `30` Binding properties are supplied by using the format of `spring.cloud.stream.bindings..=`. The `` represents the name of the channel being configured (for example, `output` for a `Source`). -To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.=`. +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.=` for common binding properties, and `spring.cloud.stream.default..=`. When it comes to avoiding repetitions for extended binding properties, this format should be used - `spring.cloud.stream..default..=`.