Skip to content

Commit

Permalink
Update NoDNSRecord.php (#395)
Browse files Browse the repository at this point in the history
Fixed typo in No DNS Record reason
  • Loading branch information
caricare2 authored Dec 31, 2024
1 parent 8be1dae commit 3bd9c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Result/Reason/NoDNSRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public function code() : int

public function description() : string
{
return 'No MX or A DSN record was found for this email';
return 'No MX or A DNS record was found for this email';
}
}

0 comments on commit 3bd9c8c

Please sign in to comment.