diff --git a/src/reference/docbook/handler-advice.xml b/src/reference/docbook/handler-advice.xml index e612fc67d7..fdeccb417e 100644 --- a/src/reference/docbook/handler-advice.xml +++ b/src/reference/docbook/handler-advice.xml @@ -387,7 +387,7 @@ Caused by: java.lang.RuntimeException: foo
Custom Advice Classes - In addition to the provided Advice classes above, you can implement your own Adivce classes. While you can + In addition to the provided Advice classes above, you can implement your own Advice classes. While you can provide any implementation of org.aopalliance.aop.Advice, it is generally recommended that you subclass o.s.i.handler.advice.AbstractRequestHandlerAdvice. This has the benefit of avoiding writing low-level Aspect Oriented Programming code as well