Fix small typo in docs (#388)

Fix response variable typo
This commit is contained in:
Ángel Guzmán Maeso 2017-08-29 21:38:22 +02:00 committed by Tobias Nyholm
parent 253bce7789
commit d320567572

View File

@ -5,7 +5,7 @@ Some API endpoints do support pagination.
```php
/** @var Mailgun\Model\Tag\IndexReponse $response */
$reponse = $mailgun->tags()->index('example.com');
$response = $mailgun->tags()->index('example.com');
// Parse through the first response
// ...