Skip to content

Commit ada628a

Browse files
committed
spring-projectsGH-2352: Fix Doc Typo
1 parent b743f03 commit ada628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/retrytopic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class Listener implements MessageListener<String, String> {
314314
----
315315
====
316316

317-
IMPORTANT: Auto creation of topics will only occur if the configuration is processed before the application context is refereshed, as in the above example.
317+
IMPORTANT: Auto creation of topics will only occur if the configuration is processed before the application context is refreshed, as in the above example.
318318
To configure containers at runtime, the topics will need to be created using some other technique.
319319

320320
==== Features

0 commit comments

Comments
 (0)