From b04ef4f85c435226fb036188a8694c2427c30ed6 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Wed, 10 Sep 2014 14:21:05 +0200 Subject: [PATCH] Fixing a typo, asc instead of ask --- lib/Github/Api/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Github/Api/User.php b/lib/Github/Api/User.php index 50545caa510..20323934fca 100644 --- a/lib/Github/Api/User.php +++ b/lib/Github/Api/User.php @@ -133,7 +133,7 @@ public function subscriptions($username) * @param string $username the username * @param string $type role in the repository * @param string $sort sort by - * @param string $direction direction of sort, ask or desc + * @param string $direction direction of sort, asc or desc * @return array list of the user repositories */ public function repositories($username, $type = 'owner', $sort = 'full_name', $direction = 'asc')