diff --git a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java index 30f63b769..0e1788205 100644 --- a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java +++ b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java @@ -48,7 +48,7 @@ public class BinderProperties { /** * Whether the binder configuration is a candidate for being considered a default - * binder, or can be used only when explicitly referenced. Defaulys: true + * binder, or can be used only when explicitly referenced. Default: true */ private boolean defaultCandidate = true;