diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index 3093fd956..38c2245d2 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -420,7 +420,7 @@ user defined values.

Example:

-This replaces occurences of the string @DATE@ in the data +This replaces occurrences of the string @DATE@ in the data with today's date and stores it in the property ${src.file.replaced}
 <tstamp/>
@@ -967,7 +967,7 @@ This tokenizer treats all the input as a token. So be
 careful not to use this on very large input.
 

Examples:

-Replace the first occurance of package with //package. +Replace the first occurrence of package with //package.
 <tokenfilter>
       <filetokenizer/>
@@ -1135,7 +1135,7 @@ for an explanation of regex flags.
 
 

Examples:

-Replace all occurances of "hello" with "world", ignoring case. +Replace all occurrences of "hello" with "world", ignoring case.
 <tokenfilter>