Browse Source

Update guides-datafrom-rewrite.md for typo (#1491)

Signed-off-by: Garrett Edwards <grrttedwards@users.noreply.github.com>

Signed-off-by: Garrett Edwards <grrttedwards@users.noreply.github.com>
Garrett Edwards 3 years ago
parent
commit
2e9a90a594
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/guides-datafrom-rewrite.md

+ 3 - 3
docs/guides-datafrom-rewrite.md

@@ -99,7 +99,7 @@ Regexp Rewrite is based on golang `regexp`, which in turns implements `RE2` rege
 
 
 * Lack of ability to do lookaheads or lookbehinds;
 * Lack of ability to do lookaheads or lookbehinds;
 * Lack of negation expressions;
 * Lack of negation expressions;
-* Lack of support to conditionl branches;
-* Lack of support to possessive repetitions.
+* Lack of support for conditional branches;
+* Lack of support for possessive repetitions.
 
 
-A list of compatibility and known limitations considering other commonly used regexp frameworks (such as PCRE and PERL) are listed [here](https://github.com/google/re2/wiki/Syntax).
+A list of compatibility and known limitations considering other commonly used regexp frameworks (such as PCRE and PERL) are listed [here](https://github.com/google/re2/wiki/Syntax).