fix typo in README and index.js
This commit is contained in:
Sai Pc 2015-08-13 10:11:54 -07:00
Родитель 90cc5dcb6f
Коммит 883b4f26f8
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,7 +9,7 @@ From teh codez:
// Function to validate an email address.
// This is a transliteration of the HTML5 email-validation logic
// inside Firefox. It splits the username and domain portions,
// translates tham into IDN punycode syntax, then does some very
// translates them into IDN punycode syntax, then does some very
// basic sanity-checking.
```

Просмотреть файл

@ -5,7 +5,7 @@
// Function to validate an email address.
// This is a transliteration of the HTML5 email-validation logic
// inside Firefox. It splits the username and domain portions,
// translates tham into IDN punycode syntax, then does some very
// translates them into IDN punycode syntax, then does some very
// basic sanity-checking.
var punycode = require('punycode');