From c8af5e5fad6159496ceaf95b864ea15c729d9731 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Tue, 14 Jun 2011 14:10:38 +1000 Subject: [PATCH 1/2] Fix typo of word 'authenticated' --- content/v3/repos.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/v3/repos.md b/content/v3/repos.md index 99f1ca7dab..273c247308 100644 --- a/content/v3/repos.md +++ b/content/v3/repos.md @@ -6,7 +6,7 @@ title: Repos API v3 | developer.github.com ## List -List repositories for the authenicated user. +List repositories for the authenticated user. GET /user/repos @@ -35,11 +35,11 @@ type ## Create -Create a new repository for the authenicated user. +Create a new repository for the authenticated user. POST /user/repos -Create a new repository in this organization. The authenicated user must +Create a new repository in this organization. The authenticated user must be a member of `:org`. POST /orgs/:org/repos @@ -167,7 +167,7 @@ in results. ## Create a fork -Create a fork for the authenicated user. +Create a fork for the authenticated user. POST /repos/:user/:repo/forks From f52db231a8d6cbe3d86d17f9dca78dec44f4e868 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Tue, 14 Jun 2011 14:11:04 +1000 Subject: [PATCH 2/2] User parameter is variable, indicate it as such on repos docs --- content/v3/repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v3/repos.md b/content/v3/repos.md index 273c247308..95fca8ecaf 100644 --- a/content/v3/repos.md +++ b/content/v3/repos.md @@ -8,7 +8,7 @@ title: Repos API v3 | developer.github.com List repositories for the authenticated user. - GET /user/repos + GET /:user/repos ### Parameters