From 3cde749b44d620acc58775a92427fd34af19cd67 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 25 Jun 2018 14:38:57 -0700 Subject: [PATCH] Review and edit the Appendix. --- spring-geode-docs/src/docs/asciidoc/appendix.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-geode-docs/src/docs/asciidoc/appendix.adoc b/spring-geode-docs/src/docs/asciidoc/appendix.adoc index 7d591742..bc138057 100644 --- a/spring-geode-docs/src/docs/asciidoc/appendix.adoc +++ b/spring-geode-docs/src/docs/asciidoc/appendix.adoc @@ -352,14 +352,14 @@ that connects to this cluster. Simply include and use Spring Boot for Apache Ge https://github.com/spring-projects/spring-test-data-geode[Spring Test for Apache Geode & Pivotal GemFire] is a new, soon to be released and upcoming project to help developers write both _Unit_ and _Integration Tests_ -when using Apache Geode or Pivotal GemFire in Spring context. +when using either Apache Geode or Pivotal GemFire in a Spring context. In fact, the entire {github-url}/tree/master/spring-geode-autoconfigure/src/test/java/org/springframework/geode/boot/autoconfigure[test suite] -for Spring Boot for Apache Geode & Pivotal GemFire is based on this project. +in Spring Boot for Apache Geode & Pivotal GemFire is based on this project. -All Spring projects involving either Apache Geode or Pivotal GemFire will use this new test framework for all their -testing purposes making this new test framework for Apache Geode and Pivotal GemFire a proven and reliable solution -for all your Spring application testing needs. +All Spring projects integrating with either Apache Geode or Pivotal GemFire will use this new test framework for all +their testing needs, making this new test framework for Apache Geode and Pivotal GemFire a proven and reliable solution +for all your Apache Geode/Pivotal GemFire application testing needs when using Spring as well. Later on, this reference guide will include and dedicate an entire chapter on testing.