From 24ce3ecb43f1668bebda374d45786ed38492d67d Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 26 Apr 2018 13:43:51 -0700 Subject: [PATCH] Fix typo in docs --- .../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 194276150b3..e2c51807fc8 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 @@ -1204,7 +1204,7 @@ Consider the following configuration: acme: map: key1: - name: my name 1 + name: dev name 1 key2: name: dev name 2 description: dev description 2