diff --git a/doc/repos.md b/doc/repos.md index df416b2aa85..55ebe1326cd 100644 --- a/doc/repos.md +++ b/doc/repos.md @@ -291,7 +291,7 @@ $repo = ResponseMediator::getContent($data); ### Get the milestones of a repository ```php -milestones = $client->api('repo')->milestones('ornicar', 'php-github-api'); +$milestones = $client->api('repo')->milestones('ornicar', 'php-github-api'); ``` Returns a list of milestones.