Skip to content

Commit 2c0c69e

Browse files
authored
Merge pull request javascript-tutorial#888 from overken/patch-3
Update article.md
2 parents 374bd26 + f19495e commit 2c0c69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9-regular-expressions/09-regexp-groups/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ alert(groups.day); // 30
162162

163163
As you can see, the groups reside in the `.groups` property of the match.
164164

165-
Wee can also use them in replacements, as `pattern:$<name>` (like `$1..9`, but name instead of a digit).
165+
We can also use them in replacements, as `pattern:$<name>` (like `$1..9`, but name instead of a digit).
166166

167167
For instance, let's rearrange the date into `day.month.year`:
168168

0 commit comments

Comments
 (0)