Skip to content

Commit b1750de

Browse files
AlexFalappawilkinsona
authored andcommitted
Fix typo in configuration metadata appendix
See gh-18289 Closes gh-18289
1 parent d006178 commit b1750de

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)