Skip to content

Commit 91ed548

Browse files
committed
Merge pull request #33098 from iamgd67
* pr/33098: Fix kafka streams start description typo in documentation Closes gh-33098
2 parents f423a26 + e55e234 commit 91ed548

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)