Skip to content

Commit

Permalink
Minor typos (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored Sep 26, 2020
1 parent 563d0cd commit ef615f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/egulias/EmailValidator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/22ba6692-9c02-42e5-a65d-1c5696bfffc6/small.png)](https://insight.sensiolabs.com/projects/22ba6692-9c02-42e5-a65d-1c5696bfffc6)

## Suported RFCs ##
## Supported RFCs ##

This library aims to support:

Expand Down
4 changes: 2 additions & 2 deletions tests/EmailValidator/Validation/DNSCheckValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function validEmailsProvider()
['"Fred\ Bloggs"@ietf.org'],
['"Joe.\\Blow"@ietf.org'],

// unicide
// unicode
['ñandu.cl'],
];
}
Expand Down Expand Up @@ -106,4 +106,4 @@ public function testNoDNSError()
$validation->isValid("example@invalid.example.com", new EmailLexer());
$this->assertEquals($expectedError, $validation->getError());
}
}
}

0 comments on commit ef615f1

Please sign in to comment.