Commit a607ddea authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #18289 from AlexFalappa

* gh-18289:
  Fix typo in configuration metadata appendix

Closes gh-18289
parents d006178c b1750def
......@@ -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`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment