Fixes as per PR review comments

This commit is contained in:
Henrik Andersson
2016-06-06 23:25:40 +10:00
parent df9ffd9b0d
commit 77b04efbdd
12 changed files with 38 additions and 39 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ namespace Octokit
Email = new UserEmailsClient(apiConnection);
Followers = new FollowersClient(apiConnection);
Keys = new UserKeysClient(apiConnection);
GpgKeys = new UserGpgKeysClient(apiConnection);
GpgKey = new UserGpgKeysClient(apiConnection);
Administration = new UserAdministrationClient(apiConnection);
}
@@ -49,7 +49,7 @@ namespace Octokit
/// <remarks>
/// See the <a href="https://developer.github.com/v3/users/gpg_keys/">User GPG Keys documentation</a> for more information.
/// </remarks>
public IUserGpgKeysClient GpgKeys { get; private set; }
public IUserGpgKeysClient GpgKey { get; private set; }
/// <summary>
/// Returns the user specified by the login.