From 76b28a0cece1049fe5317cd76dfc774437f0d6b6 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 28 May 2017 14:28:57 +0200 Subject: [PATCH] Fix grammatical errors in Testing chapter --- src/docs/asciidoc/testing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/testing.adoc b/src/docs/asciidoc/testing.adoc index 041b79767d..760fabdbad 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -2411,8 +2411,8 @@ how caching works, it is important to understand what is meant by __unique__ and suite__. An `ApplicationContext` can be __uniquely__ identified by the combination of -configuration parameters that are used to load it. Consequently, the unique combination -of configuration parameters are used to generate a __key__ under which the context is +configuration parameters that is used to load it. Consequently, the unique combination +of configuration parameters is used to generate a __key__ under which the context is cached. The TestContext framework uses the following configuration parameters to build the context cache key: