Skip to content

Commit f860281

Browse files
committed
Merge branch '1.5.x'
2 parents 162a488 + dfb87c6 commit f860281

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
@@ -2062,7 +2062,7 @@ particular controller and/or exception type.
20622062
----
20632063

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

20682068

0 commit comments

Comments
 (0)