Skip to content

Commit 1f1f3ac

Browse files
committed
Merge pull request github#358 from hatchan/patch-1
1 parent 3c0a38c commit 1f1f3ac

8 files changed

Lines changed: 85 additions & 85 deletions

File tree

changes.atom

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

changes/2013-07-19-preview-the-new-search-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2 class="title">
6262
We’ve got you covered.
6363
Or perhaps you’re looking for <a href="/v3/search/#code-search-example">new gems that are using Octokit.rb</a>.
6464
No problem.
65-
The possibilites are endless.</p>
65+
The possibilities are endless.</p>
6666

6767
<h2 id="highlights">Highlights</h2>
6868

changes/2013-09-25-releases-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="title">
5656
<p>This summer we made it easier to <a href="https://github.com/blog/1547-release-your-software">release your software</a>. Today, you can fully automate those releases via the
5757
<a href="http://developer.github.com/v3/repos/releases/">Releases API Preview</a>.</p>
5858

59-
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotation when requesting
59+
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotiation when requesting
6060
a release asset. Pass a standard API media type to get the API representation:</p>
6161

6262
<pre class="terminal">

changes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h2 class="title">
368368
<p>This summer we made it easier to <a href="https://github.com/blog/1547-release-your-software">release your software</a>. Today, you can fully automate those releases via the
369369
<a href="http://developer.github.com/v3/repos/releases/">Releases API Preview</a>.</p>
370370

371-
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotation when requesting
371+
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotiation when requesting
372372
a release asset. Pass a standard API media type to get the API representation:</p>
373373

374374
<pre class="terminal">
@@ -595,7 +595,7 @@ <h2 class="title">
595595
We’ve got you covered.
596596
Or perhaps you’re looking for <a href="/v3/search/#code-search-example">new gems that are using Octokit.rb</a>.
597597
No problem.
598-
The possibilites are endless.</p>
598+
The possibilities are endless.</p>
599599

600600
<h2 id="highlights">Highlights</h2>
601601

libraries/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 id="java">Java</h2>
119119
<h2 id="javascript">JavaScript</h2>
120120

121121
<ul>
122-
<li><a href="https://github.com/ajaxorg/node-github">Node-GitHub</a></li>
122+
<li><a href="https://github.com/mikedeboer/node-github">Node-GitHub</a></li>
123123
<li><a href="https://github.com/pksunkara/octonode">NodeJS GitHub library</a></li>
124124
<li><a href="https://github.com/k33g/gh3">gh3 client-side API v3 wrapper</a></li>
125125
<li><a href="https://github.com/michael/github">GitHub.js wrapper around the GitHub API</a></li>

v3/auth/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2 id="working-with-two-factor-authentication">Working with two-factor authenti
105105
whether the account receives its two-factor authentication codes via SMS or via
106106
an application.</p>
107107

108-
<p>In additon to the Basic Authentication credentials, you must send the user’s
108+
<p>In addition to the Basic Authentication credentials, you must send the user’s
109109
authentication code (i.e., one-time password) in the <code>X-GitHub-OTP</code> header.
110110
Because these authentication codes expire quickly, we recommend using the
111111
Authorizations API to <a href="/v3/oauth/#create-a-new-authorization">create an access token</a> and using that

v3/gists/comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h3 id="response">Response</h3>
7272
<pre class="highlight"><code class="language-javascript"><span class="p">[</span>
7373
<span class="p">{</span>
7474
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
75-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/f06c2bc4437faa614071/comments/1"</span><span class="p">,</span>
75+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/4b2da9661eaa2e67fb36/comments/1"</span><span class="p">,</span>
7676
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
7777
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
7878
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -98,7 +98,7 @@ <h3 id="response-1">Response</h3>
9898

9999
<pre class="highlight"><code class="language-javascript"><span class="p">{</span>
100100
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
101-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/f06c2bc4437faa614071/comments/1"</span><span class="p">,</span>
101+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/4b2da9661eaa2e67fb36/comments/1"</span><span class="p">,</span>
102102
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
103103
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
104104
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -137,7 +137,7 @@ <h3 id="response-2">Response</h3>
137137

138138
<pre class="highlight"><code class="language-javascript"><span class="p">{</span>
139139
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
140-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/f06c2bc4437faa614071/comments/1"</span><span class="p">,</span>
140+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/4b2da9661eaa2e67fb36/comments/1"</span><span class="p">,</span>
141141
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
142142
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
143143
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>
@@ -175,7 +175,7 @@ <h3 id="response-3">Response</h3>
175175

176176
<pre class="highlight"><code class="language-javascript"><span class="p">{</span>
177177
<span class="s2">"id"</span><span class="o">:</span> <span class="mi">1</span><span class="p">,</span>
178-
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/f06c2bc4437faa614071/comments/1"</span><span class="p">,</span>
178+
<span class="s2">"url"</span><span class="o">:</span> <span class="s2">"https://api.github.com/gists/4b2da9661eaa2e67fb36/comments/1"</span><span class="p">,</span>
179179
<span class="s2">"body"</span><span class="o">:</span> <span class="s2">"Just commenting for the sake of commenting"</span><span class="p">,</span>
180180
<span class="s2">"user"</span><span class="o">:</span> <span class="p">{</span>
181181
<span class="s2">"login"</span><span class="o">:</span> <span class="s2">"octocat"</span><span class="p">,</span>

0 commit comments

Comments
 (0)