Skip to content

Commit 7735746

Browse files
committed
fixes a small grammar error
Signed-off-by: Terrence Benade <[email protected]>
1 parent 1879ef4 commit 7735746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/rewrite-tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If we wanted to match against the value of the key `name` we must use `$name`. T
5959
* `$name` = "abc-123"
6060
* `$ss['s1']['s2']` = "flb"
6161

62-
Note that a key must point a value that contains a string, it's **not valid** for numbers, booleans, maps or arrays.
62+
Note that a key must point to a value that contains a string, it's **not valid** for numbers, booleans, maps or arrays.
6363

6464
### Regex
6565

0 commit comments

Comments
 (0)