We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87db43e commit ef0c5bbCopy full SHA for ef0c5bb
src/Result/Reason/NoDNSRecord.php
@@ -11,6 +11,6 @@ public function code() : int
11
12
public function description() : string
13
{
14
- return 'No MX or A DSN record was found for this email';
+ return 'No MX or A DNS record was found for this email';
15
}
16
0 commit comments