Fix docs typo (#375)

This commit is contained in:
Steven Briscoe 2017-07-25 07:58:25 +01:00 committed by Tobias Nyholm
parent 8ebaa6676f
commit bc928c395b

View File

@ -298,7 +298,7 @@ $timestamp = $_POST['timestamp'];
$token = $_POST['token'];
$signature = $_POST['signature'];
$mailgun = Maingun::create('my_api_key');
$mailgun = Mailgun::create('my_api_key');
$valid = $mailgun->webhooks()->verifyWebhookSignature($timestamp, $token, $signature);
if (!$valid) {