Skip to content

Commit

Permalink
Fix typo in Bindings doc page
Browse files Browse the repository at this point in the history
Signed-off-by: F. Emerson <[email protected]>
  • Loading branch information
tautologicc committed Jan 30, 2025
1 parent b5b8b30 commit b09af17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/spring-cloud-stream/bindings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class SampleApplication {
}
}
----
The above example looks no different then any vanilla spring-boot application. It defines a single bean of type `Function`
The above example looks no different than any vanilla spring-boot application. It defines a single bean of type `Function`
and that is it. So, how does it become a spring-cloud-stream application?
It becomes a spring-cloud-stream application simply because of the presence of spring-cloud-stream and binder dependencies
and auto-configuration classes on the classpath, effectively setting the context for your boot application as a spring-cloud-stream application.
Expand Down

0 comments on commit b09af17

Please sign in to comment.