From 81fdc99fb0c2a74936069d45a8d41f273a939de0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Feb 2016 13:45:39 +0100 Subject: [PATCH] Polish doc See gh-3498 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.