Skip to content

Commit dfb87c6

Browse files
committed
Merge pull request #10635 from Janne Valkealahti
* gh-10635: Fix typo in documentation
2 parents ffdff1c + ac2bbea commit dfb87c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ particular controller and/or exception type.
20352035
----
20362036

20372037
In the example above, if `YourException` is thrown by a controller defined in the same
2038-
package as `FooController`, a json representation of the `CustomerErrorType` POJO will be
2038+
package as `FooController`, a json representation of the `CustomErrorType` POJO will be
20392039
used instead of the `ErrorAttributes` representation.
20402040

20412041

0 commit comments

Comments
 (0)