Skip to content

Commit 847c4be

Browse files
committed
Merge pull request github#357 from pborreli/typos
Fixed typos
2 parents 5a3e2a5 + ae1bf0e commit 847c4be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/changes/2013-07-19-preview-the-new-search-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Maybe you want to find [popular Tetris implementations written in Assembly][tetr
1414
We've got you covered.
1515
Or perhaps you're looking for [new gems that are using Octokit.rb][octokit-gemspecs].
1616
No problem.
17-
The possibilites are endless.
17+
The possibilities are endless.
1818

1919
## Highlights
2020

content/changes/2013-09-25-releases-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author_name: technoweenie
88
This summer we made it easier to [release your software][blawg]. Today, you can fully automate those releases via the
99
[Releases API Preview][api].
1010

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

1414
<pre class="terminal">

content/v3/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ addition to the username and password). The `:2fa-type` in this header indicates
6262
whether the account receives its two-factor authentication codes via SMS or via
6363
an application.
6464

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

0 commit comments

Comments
 (0)