From 52950717e0c58a2e3aa6c196b682c3c31a41989e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Feb 2016 09:34:26 +0100 Subject: [PATCH] Polish --- .../src/main/asciidoc/spring-boot-features.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 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 08ac5d37ac..e425319751 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3080,9 +3080,9 @@ dependencies in a convenient way. [[boot-features-connecting-to-cassandra]] ==== Connecting to Cassandra You can inject an auto-configured `CassandraTemplate` or a Cassandra `Session` -instance as you would any other Spring Bean. The `spring.data.cassandra.*` properties -can be used to customize the connection. Generally you will to provide `keyspace-name` -and `contact-points` properties: +instance as you would with any other Spring Bean. The `spring.data.cassandra.*` +properties can be used to customize the connection. Generally you will provide +`keyspace-name` and `contact-points` properties: [source,properties,indent=0] ----