Browse Source

Fix grammatical errors in Testing chapter

pull/72/merge
Sam Brannen 8 years ago committed by GitHub
parent
commit
76b28a0cec
  1. 4
      src/docs/asciidoc/testing.adoc

4
src/docs/asciidoc/testing.adoc

@ -2411,8 +2411,8 @@ how caching works, it is important to understand what is meant by __unique__ and @@ -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:

Loading…
Cancel
Save