Skip to content

Commit 05d5891

Browse files
0xflotusartembilan
authored andcommitted
Fix typos in Docs
1 parent 97003ed commit 05d5891

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,7 @@ public ConsumerFactory<Foo, Bar> kafkaConsumerFactory(KafkaProperties properties
24282428
}
24292429
24302430
@Bean
2431-
public ProducererFactory<Foo, Bar> kafkaProducerFactory(KafkaProperties properties,
2431+
public ProducerFactory<Foo, Bar> kafkaProducerFactory(KafkaProperties properties,
24322432
JsonSserializer customSerializer) {
24332433
24342434
return new DefaultKafkaConsumerFactory<>(properties.buildProducerProperties(),

src/reference/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ public static <V> Matcher<ConsumerRecord<?, V>> hasValue(V value) { ... }
385385
public static Matcher<ConsumerRecord<?, ?>> hasPartition(int partition) { ... }
386386
387387
/**
388-
* Matcher testing the timestamp of a {@link ConsumerRecord} asssuming the topic has been set with
388+
* Matcher testing the timestamp of a {@link ConsumerRecord} assuming the topic has been set with
389389
* {@link org.apache.kafka.common.record.TimestampType#CREATE_TIME CreateTime}.
390390
*
391391
* @param ts timestamp of the consumer record.

src/reference/asciidoc/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The `HeaderEnricher` transformer has been provided, using SpEL to generate the h
6161
See <<streams-header-enricher>> for more information.
6262

6363
The `MessagingTransformer` has been provided.
64-
This allows a Kafka streams topoology to interact with a spring-messaging component, such as a Spring Integration flow.
64+
This allows a Kafka streams topology to interact with a spring-messaging component, such as a Spring Integration flow.
6565
See <<streams-messaging>> and <<streams-integration>> for more information.
6666

6767
==== JSON Component Changes

0 commit comments

Comments
 (0)