From 0457a4f009ea4fd392f2c0a210ce4ef0cb5da8a9 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Thu, 31 Dec 2015 15:06:46 +0900 Subject: [PATCH] fix typo --- github/doc.go | 2 +- github/orgs_members.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github/doc.go b/github/doc.go index b4ac8e6..e2066f1 100644 --- a/github/doc.go +++ b/github/doc.go @@ -74,7 +74,7 @@ The GitHub API has good support for conditional requests which will help prevent you from burning through your rate limit, as well as help speed up your application. go-github does not handle conditional requests directly, but is instead designed to work with a caching http.Transport. We recommend using -https://github.com/gregjones/httpcache, which can be used in conjuction with +https://github.com/gregjones/httpcache, which can be used in conjunction with https://github.com/sourcegraph/apiproxy to provide additional flexibility and control of caching rules. diff --git a/github/orgs_members.go b/github/orgs_members.go index c326ff8..01a9ba9 100644 --- a/github/orgs_members.go +++ b/github/orgs_members.go @@ -52,7 +52,7 @@ type ListMembersOptions struct { // 2fa_disabled, all. Default is "all". Filter string `url:"filter,omitempty"` - // Role filters memebers returned by their role in the organization. + // Role filters members returned by their role in the organization. // Possible values are: // all - all members of the organization, regardless of role // admin - organization owners