Skip to content

Commit 28ddd9d

Browse files
committed
Fix indentation so that it renders correctly
1 parent b3076b1 commit 28ddd9d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

content/changes/2013-10-04-oauth-changes-coming.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
For example, if you are making a POST with the `application/json`
1111
mime-type you'll see an additional field for the granted scopes.
1212

13-
<pre class="highlight">
14-
<code class="language-javascript">
13+
<pre class="highlight"><code class="language-javascript">
1514
{
1615
"access_token":"e72e16c7e42f292c6912e7710c838347ae178b4a",
1716
"scope":"repo,gist",
1817
"token_type":"bearer"
19-
}
20-
</code>
21-
</pre>
18+
}
19+
</code></pre>
2220

2321
Right now, these scopes will be identical to what you requested, but we
2422
are moving towards a feature set that will allow GitHub users to edit

0 commit comments

Comments
 (0)