Skip to content

Commit a3cde7f

Browse files
committed
Fix typo
1 parent a0a204a commit a3cde7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5642,7 +5642,7 @@ include::{code-examples}/test/web/MockWebTestClientExampleTests.java[tag=test-mo
56425642
[TIP]
56435643
====
56445644
Testing within a mocked environment is usually faster than running with a full Servlet container.
5645-
However, since mocking occurs at the Spring MVC layer, code that relies on lower-level Servlet container behavor cannot be directly tested with MockMvc.
5645+
However, since mocking occurs at the Spring MVC layer, code that relies on lower-level Servlet container behavior cannot be directly tested with MockMvc.
56465646
56475647
For example, Spring Boot's error handling is based on the "`error page`" support provided by the Servlet container.
56485648
This means that, whilst you can test your MVC layer throws and handles exceptions as expected, you cannot directly test that a specific <<#boot-features-error-handling-custom-error-pages, custom error page>> is rendered.

0 commit comments

Comments
 (0)