Skip to content

Commit 85870d0

Browse files
committed
boom
1 parent 9f72176 commit 85870d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v3/oauth/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ <h2 id="scopes">Scopes</h2>
152152
<dt>user</dt>
153153
<dd>DB read/write access to profile info only.</dd>
154154
<dt>public_repo</dt>
155-
<dd>DB read/write access, and Git read access to public repos.</dd>
155+
<dd>DB read/write access, and Git read access to public repos and organizations.</dd>
156156
<dt>repo</dt>
157-
<dd>DB read/write access, and Git read access to public and private repos.</dd>
157+
<dd>DB read/write access, and Git read access to public and private repos and organizations.</dd>
158158
<dt>gist</dt>
159159
<dd>write access to gists.</dd>
160160
</dl><p>NOTE: Your application can request the scopes in the initial redirection. You

0 commit comments

Comments
 (0)