From a6a523bc51985ee62a4e5c0627285f5dc0d31fce Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 27 Mar 2018 13:21:23 -0700 Subject: [PATCH] Fix typos --- .../src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index aeba790a448..eabd17e413c 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -6468,7 +6468,7 @@ definition. A list of the auto-configuration settings that are enabled by `@WebMvcTest` can be <>. -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 <>. @@ -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 <>. -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 <>.