Skip to content

Commit 3a63179

Browse files
izeyesnicoll
authored andcommitted
Fix a broken Asciidoctor syntax
Along the way, this commit also fixes a typo. Closes gh-18325
1 parent b0d6169 commit 3a63179

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
@@ -5674,8 +5674,8 @@ Testing within a mocked environment is usually faster than running with a full S
56745674
However, since mocking occurs at the Spring MVC layer, code that relies on lower-level Servlet container behavior cannot be directly tested with MockMvc.
56755675
56765676
For example, Spring Boot's error handling is based on the "`error page`" support provided by the Servlet container.
5677-
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.
5678-
If you need to tests these lower-level concerns, you can start a fully running server as described in the next section.
5677+
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.
5678+
If you need to test these lower-level concerns, you can start a fully running server as described in the next section.
56795679
====
56805680

56815681

0 commit comments

Comments
 (0)