Skip to content

Commit 838a51a

Browse files
committed
fix(typo)
1 parent 1004cf1 commit 838a51a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

regex-imatriculation/regex-imatriculation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class LicenePlateExtractor extends RegexExtractor {
8080
constructor() {
8181
super({
8282
dimension: 'licenseplate',
83-
regex: /[A-Za-z]{1,2}-[0-9]{2,3}-[A-Za-z]{1,2}/
83+
regex: /[A-Za-z]{2}-[0-9]{2,3}-[A-Za-z]{2}/
8484
})
8585
}
8686
}

0 commit comments

Comments
 (0)