Skip to content

Commit 1a84ee4

Browse files
AlexFalappapull[bot]
authored andcommitted
Fix typo in configuration metadata appendix
See spring-projectsgh-18289 Closes spring-projectsgh-18289
1 parent f5afd70 commit 1a84ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The JSON object contained in the `hints` array can contain the attributes shown
266266
| String
267267
| The full name of the property to which this hint refers.
268268
Names are in lower-case period-separated form (such as `spring.mvc.servlet.path`).
269-
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.
269+
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.
270270
This attribute is mandatory.
271271

272272
| `values`

0 commit comments

Comments
 (0)