Skip to content

Commit e55e234

Browse files
iamgd67philwebb
authored andcommitted
Fix kafka streams start description typo in documentation
See gh-33098
1 parent f423a26 commit e55e234

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the
7676
include::{docs-java}/messaging/kafka/streams/MyKafkaStreamsConfiguration.java[]
7777
----
7878

79-
By default, the streams managed by the `StreamBuilder` object it creates are started automatically.
79+
By default, the streams managed by the `StreamBuilder` object are started automatically.
8080
You can customize this behavior using the configprop:spring.kafka.streams.auto-startup[] property.
8181

8282

0 commit comments

Comments
 (0)