diff --git a/docs/src/main/asciidoc/kafka-streams.adoc b/docs/src/main/asciidoc/kafka-streams.adoc index 1eb8da96b..967de2869 100644 --- a/docs/src/main/asciidoc/kafka-streams.adoc +++ b/docs/src/main/asciidoc/kafka-streams.adoc @@ -991,7 +991,7 @@ One important thing to keep in mind when providing an implementation for `DlqDes This is because there is no way for the binder to infer the names of all the DLQ topics the implementation might send to. Therefore, if you provide DLQ names using this strategy, it is the application's responsibility to ensure that those topics are created beforehand. -If `DlqDestinationResolver` is present in the application as a bean, that takes higher prcedence. +If `DlqDestinationResolver` is present in the application as a bean, that takes higher precedence. If you do not want to follow this approach and rather provide a static DLQ name using configuration, you can set the following property. [source] @@ -1019,10 +1019,10 @@ public BiFunction, KTable, KStream