diff --git a/docs/src/main/asciidoc/config-mappings.adoc b/docs/src/main/asciidoc/config-mappings.adoc index f69ebaddd9428..a9aef63710068 100644 --- a/docs/src/main/asciidoc/config-mappings.adoc +++ b/docs/src/main/asciidoc/config-mappings.adoc @@ -157,7 +157,7 @@ server.port=8080 ==== `@WithParentName` -The `@WithParent` annotation allows to configurations mapping to inherit its container name, simplifying the +The `@WithParentName` annotation allows to configurations mapping to inherit its container name, simplifying the configuration property name required to match the mapping: [source,java]