Skip to content

Commit 7581776

Browse files
committed
Merge pull request #366 from clarkeash/patch-1
fix typo
2 parents 0474cb7 + 378ff4d commit 7581776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ $repo = ResponseMediator::getContent($data);
291291
### Get the milestones of a repository
292292

293293
```php
294-
milestones = $client->api('repo')->milestones('ornicar', 'php-github-api');
294+
$milestones = $client->api('repo')->milestones('ornicar', 'php-github-api');
295295
```
296296

297297
Returns a list of milestones.

0 commit comments

Comments
 (0)