diff --git a/content/v3/repos.md b/content/v3/repos.md index 99f1ca7dab..95fca8ecaf 100644 --- a/content/v3/repos.md +++ b/content/v3/repos.md @@ -6,9 +6,9 @@ title: Repos API v3 | developer.github.com ## List -List repositories for the authenicated user. +List repositories for the authenticated user. - GET /user/repos + GET /:user/repos ### Parameters @@ -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