Skip to content

Commit 4c1b742

Browse files
committed
Merge pull request octokit#213 from baronlior-gt/patch-1
remove unnecessary comma in javaScript code example
2 parents a6ad96f + 6f5df57 commit 4c1b742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var github = new GitHubApi({
3939
pathPrefix: "/api/v3", // for some GHEs
4040
timeout: 5000,
4141
headers: {
42-
"user-agent": "My-Cool-GitHub-App", // GitHub is happy with a unique user agent
42+
"user-agent": "My-Cool-GitHub-App" // GitHub is happy with a unique user agent
4343
}
4444
});
4545
github.user.getFollowingFromUser({

0 commit comments

Comments
 (0)