Skip to content

Commit 8b3050b

Browse files
committed
Update issues.md
1 parent 8a2a93b commit 8b3050b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Returns an array of issues.
2323
$issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug');
2424
```
2525

26-
Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](search.md) which supports the advanced github search syntax.
26+
Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](search.md) which supports the advanced GitHub search syntax.
2727

2828
### Get information about an issue
2929

0 commit comments

Comments
 (0)