From e706fcba1f2d0eefc17e349f472f7c6e3be5ca8d Mon Sep 17 00:00:00 2001 From: Yoo In Keun Date: Tue, 3 Mar 2020 00:25:28 +0900 Subject: [PATCH] Fix typo in testing.adoc Closes gh-24627 --- 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 7a6d4554204..eddf6ce462b 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -1726,8 +1726,8 @@ a configuration class: <1> Specify the configuration class. -The following example shows how to use the `@SpringJUnitWebConfig` annotation to specify a -the location of a configuration file: +The following example shows how to use the `@SpringJUnitWebConfig` annotation to specify the +location of a configuration file: [source,java,indent=0,subs="verbatim,quotes",role="primary"] .Java