Fix typo in documentation

- As error handling sample is using `CustomErrorType`, fix
  description which mentions `CustomerErrorType`.
pull/10706/head
Janne Valkealahti 7 years ago committed by Andy Wilkinson
parent ffdff1cdc2
commit ac2bbea091

@ -2035,7 +2035,7 @@ particular controller and/or exception type.
----
In the example above, if `YourException` is thrown by a controller defined in the same
package as `FooController`, a json representation of the `CustomerErrorType` POJO will be
package as `FooController`, a json representation of the `CustomErrorType` POJO will be
used instead of the `ErrorAttributes` representation.

Loading…
Cancel
Save