Commit a6a523bc authored by Madhura Bhave's avatar Madhura Bhave

Fix typos

parent 42e81e98
...@@ -6468,7 +6468,7 @@ definition. ...@@ -6468,7 +6468,7 @@ definition.
A list of the auto-configuration settings that are enabled by `@WebMvcTest` can be A list of the auto-configuration settings that are enabled by `@WebMvcTest` can be
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>. <<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.
TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you running TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you run
<<boot-features-testing-spring-boot-applications-testing-with-running-server, <<boot-features-testing-spring-boot-applications-testing-with-running-server,
full end-to-end tests with an actual server>>. full end-to-end tests with an actual server>>.
...@@ -6534,7 +6534,7 @@ example shows a class that uses both `@WebFluxTest` and a `WebTestClient`: ...@@ -6534,7 +6534,7 @@ example shows a class that uses both `@WebFluxTest` and a `WebTestClient`:
A list of the auto-configuration that is enabled by `@WebFluxTest` can be A list of the auto-configuration that is enabled by `@WebFluxTest` can be
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>. <<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.
TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you running TIP: Sometimes writing Spring WebFlux tests is not enough; Spring Boot can help you run
<<boot-features-testing-spring-boot-applications-testing-with-running-server, <<boot-features-testing-spring-boot-applications-testing-with-running-server,
full end-to-end tests with an actual server>>. full end-to-end tests with an actual server>>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment