Fix typo in testing.adoc

Closes gh-24627
This commit is contained in:
Yoo In Keun 2020-03-03 00:25:28 +09:00 committed by GitHub
parent 8285666ee8
commit e706fcba1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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