From aac716cb8cd03a0d2cc6facdc235d9bfe52f70bb Mon Sep 17 00:00:00 2001 From: Kazuki YAMAMOTO Date: Thu, 29 Mar 2018 10:36:53 +0900 Subject: [PATCH] Fix typo Closes gh-12666 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 05c91f08757..b98486c0695 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5436,7 +5436,7 @@ properties that are not directly supported, use the following properties: spring.kafka.properties.prop.one=first spring.kafka.admin.properties.prop.two=second spring.kafka.consumer.properties.prop.three=third - spring,kafka.producer.properties.prop.four=fourth + spring.kafka.producer.properties.prop.four=fourth ---- This sets the common `prop.one` Kafka property to `first` (applies to producers,