Update article.md

typos
This commit is contained in:
overken 2019-04-02 18:52:24 -07:00 committed by GitHub
parent 911f7833bb
commit f19495e50f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ alert(groups.day); // 30
As you can see, the groups reside in the `.groups` property of the match.
Wee can also use them in replacements, as `pattern:$<name>` (like `$1..9`, but name instead of a digit).
We can also use them in replacements, as `pattern:$<name>` (like `$1..9`, but name instead of a digit).
For instance, let's rearrange the date into `day.month.year`: