Commit ac2bbea0 authored by Janne Valkealahti's avatar Janne Valkealahti Committed by Andy Wilkinson

Fix typo in documentation

- As error handling sample is using `CustomErrorType`, fix
  description which mentions `CustomerErrorType`.
parent ffdff1cd
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment