Skip to content

Commit b85f5a0

Browse files
Merge pull request #1389 from tbenade/grammar-error-1
2 parents 1879ef4 + 7735746 commit b85f5a0

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)