Skip to content

Commit

Permalink
Merge pull request github#31 from tim/fix-typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
technoweenie committed Nov 2, 2011
2 parents 65af20e + 0545890 commit f14b090
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion content/v3/git/blobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Git Blobs | GitHub API
# Blobs API

Since blobs can be any arbitrary binary data, the input and responses
for the blob api takes an encoding parameter that can be either `utf-8`
for the blob API takes an encoding parameter that can be either `utf-8`
or `base64`. If your data cannot be losslessly sent as a UTF-8 string,
you can base64 encode it.

Expand Down
4 changes: 2 additions & 2 deletions content/v3/git/refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For a full refs listing, you'll get something that looks like:

POST /repos/:user/:repo/git/refs

### Paramaters
### Parameters

ref
: _String_ of the name of the fully qualified reference (ie: `refs/heads/master`).
Expand All @@ -59,7 +59,7 @@ sha

PATCH /repos/:user/:repo/git/refs/:ref

### Paramaters
### Parameters

sha
: _String_ of the SHA1 value to set this reference to
Expand Down
2 changes: 1 addition & 1 deletion content/v3/git/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Git Tags | GitHub API

# Tags API

This tags api only deals with tag objects - so only annotated tags, not
This tags API only deals with tag objects - so only annotated tags, not
lightweight tags.

## Get a Tag
Expand Down
4 changes: 2 additions & 2 deletions content/v3/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ scopes
### Input

scopes
: _Optional_ **array** - Replaces the authorization' scopes with these.
: _Optional_ **array** - Replaces the authorization scopes with these.

add_scopes
: _Optional_ **array** - A list of scopes to add to this authorization.

remove_scopes
: _Optional_ **array** - A list of scopes to remove from this
authorizatin.
authorization.

You can only send one of these scope keys at a time.

Expand Down
2 changes: 1 addition & 1 deletion content/v3/orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ company
: _Optional_ **string**

email
: _Optional_ **string** - Publically visible email address.
: _Optional_ **string** - Publicly visible email address.

location
: _Optional_ **string**
Expand Down
8 changes: 4 additions & 4 deletions content/v3/orgs/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Organization Teams | GitHub API
# Org Teams API

All actions against teams require at a minimum an authenticated user who
is a member of the owner's team in the `:org` being managed. Api calls
is a member of the owner's team in the `:org` being managed. API calls
that require explicit permissions are noted.

## List teams
Expand Down Expand Up @@ -44,13 +44,13 @@ repo\_names
permission
: _Optional_ **string**

`pull` - team members can pull, but not push or administor this
`pull` - team members can pull, but not push or administer this
repositories. **Default**

`push` - team members can pull and push, but not administor this
`push` - team members can pull and push, but not administer this
repositores.

`admin` - team members can pull, push and administor these
`admin` - team members can pull, push and administer these
repositories.

<%= json \
Expand Down
4 changes: 2 additions & 2 deletions content/v3/repos/collaborators.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ title: Repo Collaborators | GitHub API

GET /repos/:user/:repo/collaborators/:user

### Reponse if user is a collaborator
### Response if user is a collaborator

<%= headers 204 %>

### Reponse if user is not a collaborator
### Response if user is not a collaborator

<%= headers 404 %>

Expand Down
2 changes: 1 addition & 1 deletion content/v3/repos/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The default event is `push`. The available events are:
* `issues` - Any time an Issue is opened or closed.
* `issue_comment` - Any time an Issue is commented on.
* `commit_comment` - Any time a Commit is commented on.
* `pull_request` - Any time a Pull Request is opend, closed, or
* `pull_request` - Any time a Pull Request is opened, closed, or
synchronized (updated due to a new push in the branch that the pull
request is tracking).
* `gollum` - Any time a Wiki page is updated.
Expand Down
2 changes: 1 addition & 1 deletion content/v3/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name
: _Optional_ **string**

email
: _Optional_ **string** - Publically visible email address.
: _Optional_ **string** - Publicly visible email address.

blog
: _Optional_ **string**
Expand Down
2 changes: 1 addition & 1 deletion content/v3/users/emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: User Emails | GitHub API

# User Emails API

Mangement of email addresses via the API requires that you are
Management of email addresses via the API requires that you are
authenticated.

## List email addresses for a user
Expand Down
2 changes: 1 addition & 1 deletion content/v3/users/followers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ List who a user is following:

GET /users/:user/following

List who the authenicated user is following:
List who the authenticated user is following:

GET /user/following

Expand Down

0 comments on commit f14b090

Please sign in to comment.