From 279c30d1b0cde14c9388d410e8a5cd29c16e47e2 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 22 Oct 2015 09:47:07 -0400 Subject: [PATCH] Typo in Previous Commit --- src/reference/asciidoc/handler-advice.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/handler-advice.adoc b/src/reference/asciidoc/handler-advice.adoc index bb0a821daf..ac5a2d6c8b 100644 --- a/src/reference/asciidoc/handler-advice.adoc +++ b/src/reference/asciidoc/handler-advice.adoc @@ -388,7 +388,7 @@ Like all `MessagingException` s, this payload has `failedMessage` and `cause` pr When an exception is thrown in the scope of the advice, by default, that exception is thrown to caller after any `failureExpression` is evaluated. -If you wish to suppress throwning the exception, set the `trapException` property to `true`. +If you wish to suppress throwing the exception, set the `trapException` property to `true`. [[custom-advice]] ==== Custom Advice Classes