From f5a37188dfe6ca2f60b40cfd05efe6364783b400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=ABss=20J=C4=81nis=20=C4=80bolti=C5=86=C5=A1?= Date: Fri, 13 Nov 2015 12:30:23 +0200 Subject: [PATCH] Fix spelling --- src/Mailgun/Messages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mailgun/Messages/README.md b/src/Mailgun/Messages/README.md index 88a48cb..075b554 100644 --- a/src/Mailgun/Messages/README.md +++ b/src/Mailgun/Messages/README.md @@ -115,7 +115,7 @@ $batchMsg->addToRecipient("john.doe@example.com", array("first" => "John", "last $batchMsg->addToRecipient("sally.doe@example.com", array("first" => "Sally", "last" => "Doe")); $batchMsg->addToRecipient("mike.jones@example.com", array("first" => "Mike", "last" => "Jones")); ... -// After 1,000 recipeints, Batch Message will automatically post your message to +// After 1,000 recipients, Batch Message will automatically post your message to the messages endpoint. // Call finalize() to send any remaining recipients still in the buffer.