Skip to content

Commit a6a523b

Browse files
committed
Fix typos
1 parent 42e81e9 commit a6a523b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6468,7 +6468,7 @@ definition.
64686468
A list of the auto-configuration settings that are enabled by `@WebMvcTest` can be
64696469
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.
64706470

6471-
TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you running
6471+
TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you run
64726472
<<boot-features-testing-spring-boot-applications-testing-with-running-server,
64736473
full end-to-end tests with an actual server>>.
64746474

@@ -6534,7 +6534,7 @@ example shows a class that uses both `@WebFluxTest` and a `WebTestClient`:
65346534
A list of the auto-configuration that is enabled by `@WebFluxTest` can be
65356535
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.
65366536

6537-
TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you running
6537+
TIP: Sometimes writing Spring WebFlux tests is not enough; Spring Boot can help you run
65386538
<<boot-features-testing-spring-boot-applications-testing-with-running-server,
65396539
full end-to-end tests with an actual server>>.
65406540

0 commit comments

Comments
 (0)