Skip to content

Commit 55be035

Browse files
committed
fix(normalizeEmail): correct typo Conversts -> Converts in comment
1 parent 7fcb3eb commit 55be035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/normalizeEmail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const default_normalize_email_options = {
1414
gmail_remove_dots: true,
1515
// Removes the subaddress (e.g. "+foo") from the email address
1616
gmail_remove_subaddress: true,
17-
// Conversts the googlemail.com domain to gmail.com
17+
// Converts the googlemail.com domain to gmail.com
1818
gmail_convert_googlemaildotcom: true,
1919

2020
// The following conversions are specific to Outlook.com / Windows Live / Hotmail

0 commit comments

Comments
 (0)