diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index e425319751..8afb628861 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3171,8 +3171,8 @@ configuration to take control over the whole configuration. } ---- -If you add a `@Bean` of your own of type `CassandraTemplate` it will replace the -default. +If you add a `@Bean` of your own of type `CouchbaseTemplate` named `couchbaseTemplate` it +will replace the default.