From 806fcb38395d604c690252ea8f60c9e35579e7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rowicki?= Date: Thu, 8 Aug 2019 18:23:43 +0200 Subject: [PATCH] Fix typo See gh-23437 --- src/docs/asciidoc/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/testing.adoc b/src/docs/asciidoc/testing.adoc index 4dda101f04..c6dba657de 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -1273,7 +1273,7 @@ and `@ContextConfiguration` for further details. `@WebAppConfiguration` from the Spring TestContext Framework. You can use it at the class level as a drop-in replacement for `@ContextConfiguration` and `@WebAppConfiguration`. With regard to configuration options, the only difference between `@ContextConfiguration` -and `@SpringJUnitWebConfig` is that you can declare annotated classes bu using the +and `@SpringJUnitWebConfig` is that you can declare annotated classes by using the `value` attribute in `@SpringJUnitWebConfig`. In addition, you can override the `value` attribute from `@WebAppConfiguration` only by using the `resourcePath` attribute in `@SpringJUnitWebConfig`.