NIFI-6267: Corrects error in expression language guide.

This closes #3464

Corrects small typo's in ReplaceAll entry of Expression Language Guide.
Removes an extraneous instance of 'Arguments:' and adds a missing 'T' to
the properly spell the word 'The'.

Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
This commit is contained in:
Mark Owens 2019-05-07 07:18:58 -04:00 committed by Mike Thomsen
parent a5dff7b45c
commit 12a7456f74
1 changed files with 1 additions and 3 deletions

View File

@ -953,9 +953,7 @@ Expressions will provide the following results:
*Arguments*:
*Arguments*:
- [.argName]#_Regex_# : [.argDesc]#he Regular Expression (in Java syntax) to match in the Subject#
- [.argName]#_Regex_# : [.argDesc]#The Regular Expression (in Java syntax) to match in the Subject#
- [.argName]#_Replacement_# : [.argDesc]#The value to use for replacing matches in the Subject. If the _regular expression_
argument uses Capturing Groups, back references are allowed in the _replacement_.#