diff --git a/Octokit/Clients/IRepoCollaboratorsClient.cs b/Octokit/Clients/IRepoCollaboratorsClient.cs
index a609c447..f94b0fe1 100644
--- a/Octokit/Clients/IRepoCollaboratorsClient.cs
+++ b/Octokit/Clients/IRepoCollaboratorsClient.cs
@@ -38,7 +38,7 @@ namespace Octokit
/// Adds a new collaborator to the repo
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
///
@@ -48,7 +48,7 @@ namespace Octokit
/// Deletes a collaborator from the repo
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
///
diff --git a/Octokit/Clients/RepoCollaboratorsClient.cs b/Octokit/Clients/RepoCollaboratorsClient.cs
index ddcd29f7..4379a4cf 100644
--- a/Octokit/Clients/RepoCollaboratorsClient.cs
+++ b/Octokit/Clients/RepoCollaboratorsClient.cs
@@ -78,7 +78,7 @@ namespace Octokit
/// Adds a new collaborator to the repo
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
///
@@ -97,7 +97,7 @@ namespace Octokit
/// Deletes a collaborator from the repo
///
///
- /// See the API documentation for more information.
+ /// See the API documentation for more information.
///
/// Thrown when a general API error occurs.
///