Skip to content

Commit 122e2ca

Browse files
committed
Merge pull request #23437 from wyhasany
* pr/23437: Fix typo Closes gh-23437
2 parents 30ebc3b + 806fcb3 commit 122e2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ and `@ContextConfiguration` for further details.
12731273
`@WebAppConfiguration` from the Spring TestContext Framework. You can use it at the class
12741274
level as a drop-in replacement for `@ContextConfiguration` and `@WebAppConfiguration`.
12751275
With regard to configuration options, the only difference between `@ContextConfiguration`
1276-
and `@SpringJUnitWebConfig` is that you can declare annotated classes bu using the
1276+
and `@SpringJUnitWebConfig` is that you can declare annotated classes by using the
12771277
`value` attribute in `@SpringJUnitWebConfig`. In addition, you can override the `value`
12781278
attribute from `@WebAppConfiguration` only by using the `resourcePath` attribute in
12791279
`@SpringJUnitWebConfig`.

0 commit comments

Comments
 (0)