Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/v3/repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down