Skip to content

Commit

Permalink
Merge pull request quarkusio#26906 from Eng-Fouad/patch-1
Browse files Browse the repository at this point in the history
Fix typo @WithParent to @WithParentName
  • Loading branch information
gsmet authored Jul 24, 2022
2 parents bcb0a1c + 65b4dd7 commit c08ba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/config-mappings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c08ba74

Please sign in to comment.