diff --git a/documentation/src/main/asciidoc/configuration.adoc b/documentation/src/main/asciidoc/configuration.adoc index dd75ae7..533fadf 100644 --- a/documentation/src/main/asciidoc/configuration.adoc +++ b/documentation/src/main/asciidoc/configuration.adoc @@ -102,7 +102,7 @@ following lookup chain until we found a configured value. ==== getPropertyAwarePropertyValue()
The method -`ConfigResolver#getProjectStageAwarePropertyValue(String key, String property)` +`ConfigResolver#getPropertyAwarePropertyValue(String key, String property)` first looks up the configured value of the given property and uses this value to determine the final lookup path. All those lookups take the -- Pablo Pita Leira
