Skip to content

Commit 7539bf6

Browse files
committed
Merge pull request KnpLabs#192 from nWidart/UserClassTypo
Fixing a typo, asc instead of ask
2 parents 4d411b3 + b04ef4f commit 7539bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function subscriptions($username)
133133
* @param string $username the username
134134
* @param string $type role in the repository
135135
* @param string $sort sort by
136-
* @param string $direction direction of sort, ask or desc
136+
* @param string $direction direction of sort, asc or desc
137137
* @return array list of the user repositories
138138
*/
139139
public function repositories($username, $type = 'owner', $sort = 'full_name', $direction = 'asc')

0 commit comments

Comments
 (0)