Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit6c4df5b

Browse files
committed
Fix sentence
1 parent861264c commit6c4df5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/guides/discovering-resources-for-a-user.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Then, we're ready to fetch the [repositories that our application can access for
6060

6161
Applications can perform all sorts of organization-related tasks for a user. To perform these tasks, the app needs an[OAuth authorization][scopes] with sufficient permission. For example, the`read:org` scope allows you to[list teams][list-teams], and the`user` scope lets you[publicize the user’s organization membership][publicize-membership]. Once a user has granted one or more of these scopes to your app, you're ready to fetch the user’s organizations.
6262

63-
Just as we did when discovering repositories above, we'll start by requiring[GitHub's Octokit.rb][octokit.rb] Ruby library,configuringOctokit.rb to take care of[pagination][pagination] for us, and use ... <mediatype> ...
63+
Just as we did when discovering repositories above, we'll start by requiring[GitHub's Octokit.rb][octokit.rb] Ruby library andconfiguringit to take care of[pagination][pagination] for us:
6464

6565
#!ruby
6666
require 'octokit'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp