From e8766f21a5542b32b53fe336dbeed61413b2c261 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Mar 2016 14:52:10 +0100 Subject: [PATCH] Fix typo --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 0ec238270b..7c88a8e2e1 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -4595,7 +4595,7 @@ controllers without needing to start a full HTTP server. ---- TIP: If you need to configure elements of the auto-configuration (for example when servlet -filters should be applied) you can use attributes in the `@AutoConfigureJsonTesters` annotation. +filters should be applied) you can use attributes in the `@AutoConfigureMockMvc` annotation. If you use HtmlUnit or Selenium, auto-configuration will also provide a `WebClient` bean and/or a `WebDriver` bean. Here is an example that uses HtmlUnit: