From 378ff4d8f65bda8ffada208386a73c5f96075942 Mon Sep 17 00:00:00 2001 From: Ashley Clarke Date: Fri, 15 Apr 2016 01:21:13 +0100 Subject: [PATCH] fix typo --- doc/repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.