diff --git a/Octokit/Clients/AuthorizationsClient.cs b/Octokit/Clients/AuthorizationsClient.cs index 2eac60ca..de603cdb 100644 --- a/Octokit/Clients/AuthorizationsClient.cs +++ b/Octokit/Clients/AuthorizationsClient.cs @@ -10,7 +10,7 @@ namespace Octokit /// A client for GitHub's OAuth API. /// /// - /// See the OAuth API documentation for more details. + /// See the OAuth API documentation for more details. /// public class AuthorizationsClient : ApiClient, IAuthorizationsClient { @@ -29,7 +29,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// /// Thrown when the current user does not have permission to make the request. @@ -46,7 +46,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// The ID of the to get /// @@ -65,7 +65,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Client ID of the OAuth application for the token /// The client secret @@ -115,7 +115,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Client ID of the OAuth application for the token /// The client secret @@ -181,7 +181,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API + /// See the API /// documentation for more details. /// /// ID of the to update @@ -215,7 +215,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API documentation for more information. + /// See the API documentation for more information. /// /// Describes the new authorization to create /// @@ -235,7 +235,7 @@ namespace Octokit /// /// /// This method requires authentication. - /// See the API + /// See the API /// documentation for more details. /// /// The system-wide ID of the authorization to delete