diff --git a/src/reference/docbook/handler-advice.xml b/src/reference/docbook/handler-advice.xml index d2b5af55fb..00eb641d61 100644 --- a/src/reference/docbook/handler-advice.xml +++ b/src/reference/docbook/handler-advice.xml @@ -393,7 +393,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 org.springframework.integration.handler.advice.AbstractRequestHandlerAdvice. This has the benefit of avoiding writing low-level Aspect Oriented Programming code as well