Skip to content

Commit ef0c5bb

Browse files
authored
Update NoDNSRecord.php
Fixed typo in No DNS Record reason
1 parent 87db43e commit ef0c5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Result/Reason/NoDNSRecord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public function code() : int
1111

1212
public function description() : string
1313
{
14-
return 'No MX or A DSN record was found for this email';
14+
return 'No MX or A DNS record was found for this email';
1515
}
1616
}

0 commit comments

Comments
 (0)