Skip to content

Commit 0159fe9

Browse files
Fix spelling mistake in Using Regular Expression (#742)
Fixes a spelling mistake "endinging" in `docs/regex.md`.
1 parent 09dba37 commit 0159fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/regex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This returns the following JSONata object (JSON, but also with a function proper
6666
This contains information of the first matching substring within this famous palindrome, specifically:
6767
- `match` - the substring within the original string that matches the regex
6868
- `start` - the starting position (zero offset) of the matching substring within the original string
69-
- `end` - the endinging position of the matching substring within the original string
69+
- `end` - the ending position of the matching substring within the original string
7070
- `groups` - if capturing groups are used in the regex, then this array contains a string for the text captured by each group
7171
- `next()` - when invoked, will return details of the second occurrence of any matching substring (and so on).
7272

0 commit comments

Comments
 (0)