diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 12897be0..530a5107 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -1566,7 +1566,7 @@ Spring Retry has a `RetryInterceptorBuilder` that supports creating one. The Config Service serves property sources from `/{application}/{profile}/{label}`, where the default bindings in the client app are as follows: -* "name" = `${spring.application.name}` +* "application" = `${spring.application.name}` * "profile" = `${spring.profiles.active}` (actually `Environment.getActiveProfiles()`) * "label" = "master"