Skip to content

Commit 6166da3

Browse files
authored
Streams Doc Polishing (#2871)
Tweaked verbiage to remove unnecessary `the`
1 parent 9b5f6b0 commit 6166da3

File tree

1 file changed

+1
-1
lines changed
  • spring-kafka-docs/src/main/antora/modules/ROOT/pages

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/streams.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Instead, a new `KafkaStreams` instance to restart stream processing must be crea
4545
[[streams-spring]]
4646
== Spring Management
4747

48-
To simplify using Kafka Streams from the Spring application context perspective and use the lifecycle management through a container, the Spring for Apache Kafka introduces `StreamsBuilderFactoryBean`.
48+
To simplify using Kafka Streams from the Spring application context perspective and use the lifecycle management through a container, Spring for Apache Kafka introduces `StreamsBuilderFactoryBean`.
4949
This is an `AbstractFactoryBean` implementation to expose a `StreamsBuilder` singleton instance as a bean.
5050
The following example creates such a bean:
5151

0 commit comments

Comments
 (0)