Skip to content

Commit 3cdb9b7

Browse files
committed
IHF: Readme fixed.
1 parent 51fe627 commit 3cdb9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $isEmail = is_email('[email protected]');
108108
109109
#### `to_rfc2822_email()`
110110
111-
Converts passed array of laravel addresses to [RFC 2822](http://www.faqs.org/rfcs/rfc2822.html) string, suitable for PHP [mail()](http://ua2.php.net/manual/en/function.mail.php) function:
111+
Converts passed array of addresses data to [RFC 2822](http://www.faqs.org/rfcs/rfc2822.html) string, suitable for PHP [mail()](http://ua2.php.net/manual/en/function.mail.php) function:
112112
```php
113113
$address = to_rfc2822_email([
114114
['address' => '[email protected]', 'name' => 'John Doe'],

0 commit comments

Comments
 (0)