From 6b679b7d64957f64268db0318dfbdbf5c2b1f53b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Aug 2020 13:24:51 +0200 Subject: [PATCH] Polish See gh-22945 --- .../src/docs/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 42ab1361d9..222a10612f 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -4747,7 +4747,7 @@ Spring Data includes repository support for Couchbase. For complete details of Spring Data Couchbase, refer to the {spring-data-couchbase-docs}[reference documentation]. You can inject an auto-configured `CouchbaseTemplate` instance as you would with any other Spring Bean, provided a `CouchbaseClientFactory` bean is available. -This happens when a `Cluster` is availabe, as described above, and a bucket name as been specified: +This happens when a `Cluster` is available, as described above, and a bucket name has been specified: [source,properties,indent=0,configprops] ----