Skip to content

Commit a607dde

Browse files
committed
Merge pull request #18289 from AlexFalappa
* gh-18289: Fix typo in configuration metadata appendix Closes gh-18289
2 parents d006178 + b1750de commit a607dde

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
@@ -264,7 +264,7 @@ The JSON object contained in the `hints` array can contain the attributes shown
264264
| String
265265
| The full name of the property to which this hint refers.
266266
Names are in lower-case period-separated form (such as `spring.mvc.servlet.path`).
267-
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.
267+
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.
268268
This attribute is mandatory.
269269

270270
| `values`

0 commit comments

Comments
 (0)