From b1750defded7a1e77ef6a026ea8984b3ac9c2104 Mon Sep 17 00:00:00 2001 From: Alessandro Falappa Date: Fri, 20 Sep 2019 08:55:03 +0200 Subject: [PATCH] Fix typo in configuration metadata appendix See gh-18289 Closes gh-18289 --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 01c8776e1ce..6fe2fddd4f2 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -264,7 +264,7 @@ The JSON object contained in the `hints` array can contain the attributes shown | String | The full name of the property to which this hint refers. Names are in lower-case period-separated form (such as `spring.mvc.servlet.path`). - If the property refers to a map (such as `system.contexts`), the hint either applies to the _keys_ of the map (`system.context.keys`) or the _values_ (`system.context.values`) of the map. + If the property refers to a map (such as `system.contexts`), the hint either applies to the _keys_ of the map (`system.contexts.keys`) or the _values_ (`system.contexts.values`) of the map. This attribute is mandatory. | `values`