diff --git a/src/site/pages/manual/filters.html b/src/site/pages/manual/filters.html index a9d314c..6b7bc4a 100644 --- a/src/site/pages/manual/filters.html +++ b/src/site/pages/manual/filters.html @@ -301,13 +301,13 @@
EventEvaluator evaluates whether a given criteria
is met for a given event. On match and on mismatch,
- the hosting EvaluatorFilter will returl the vaue
+ the hosting EvaluatorFilter will return the value
specified by the onMatch
or onMismatch properties respectively.
-l g
+
-lp>Note that EventEvaluator is an abstract class. You
- can implement your own eveng evaluation logic by subclassing
+Note that EventEvaluator is an abstract class. You
+ can implement your own event evaluation logic by subclassing
EventEvaluator.