Skip to content

Commit

Permalink
Fix typo in micronaut-kafka documentation (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattshirlaw-finocomp authored Oct 14, 2020
1 parent 606599b commit e84327f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docs/guide/kafkaClient.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The example in the quick start presented a trivial definition of an interface that be implemented automatically for you using the ann:configuration.kafka.annotation.KafkaClient[] annotation.
The example in the quick start presented a trivial definition of an interface that will be implemented automatically for you using the ann:configuration.kafka.annotation.KafkaClient[] annotation.

The implementation that powers `@KafkaClient` (defined by the api:configuration.kafka.intercept.KafkaClientIntroductionAdvice[] class) is, however, very flexible and offers a range of options for defining Kafka clients.

2 changes: 1 addition & 1 deletion src/main/docs/guide/kafkaClient/kafkaClientMethods.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The above example will send a header called `X-Token` with the value read from t

If the `my.application.token` is not set then an error will occur creating the client.

It is also possible to pass `Collection<Header>>` or `Headers` object as method arguments as seen below.
It is also possible to pass `Collection<Header>` or `Headers` object as method arguments as seen below.

.Collection<Header> Argument
[source,java]
Expand Down

0 comments on commit e84327f

Please sign in to comment.