Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/changes/2013-07-19-preview-the-new-search-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Maybe you want to find [popular Tetris implementations written in Assembly][tetr
We've got you covered.
Or perhaps you're looking for [new gems that are using Octokit.rb][octokit-gemspecs].
No problem.
The possibilites are endless.
The possibilities are endless.

## Highlights

Expand Down
2 changes: 1 addition & 1 deletion content/changes/2013-09-25-releases-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author_name: technoweenie
This summer we made it easier to [release your software][blawg]. Today, you can fully automate those releases via the
[Releases API Preview][api].

This API is a little different due to the binary assets. We use the `Accept` header for content negotation when requesting
This API is a little different due to the binary assets. We use the `Accept` header for content negotiation when requesting
a release asset. Pass a standard API media type to get the API representation:

<pre class="terminal">
Expand Down
2 changes: 1 addition & 1 deletion content/v3/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ addition to the username and password). The `:2fa-type` in this header indicates
whether the account receives its two-factor authentication codes via SMS or via
an application.

In additon to the Basic Authentication credentials, you must send the user's
In addition to the Basic Authentication credentials, you must send the user's
authentication code (i.e., one-time password) in the `X-GitHub-OTP` header.
Because these authentication codes expire quickly, we recommend using the
Authorizations API to [create an access token][create-access] and using that
Expand Down