Просмотр исходного кода

Merge pull request #208 from raphaelstolt/patch-1

s/NativeMailHandler/NativeMailerHandler
Jordi Boggiano 12 лет назад
Родитель
Сommit
1e8e4801e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.mdown

+ 1 - 1
README.mdown

@@ -115,7 +115,7 @@ Handlers
 
 ### Send alerts and emails
 
-- _NativeMailHandler_: Sends emails using PHP's
+- _NativeMailerHandler_: Sends emails using PHP's
   [`mail()`](http://php.net/manual/en/function.mail.php) function.
 - _SwiftMailerHandler_: Sends emails using a [`Swift_Mailer`](http://swiftmailer.org/) instance.
 - _PushoverHandler_: Sends mobile notifications via the [Pushover](https://www.pushover.net/) API.