diff --git a/Octokit/Authentication/TokenAuthenticator.cs b/Octokit/Authentication/TokenAuthenticator.cs index 5a7d2e4a..34dfeb81 100644 --- a/Octokit/Authentication/TokenAuthenticator.cs +++ b/Octokit/Authentication/TokenAuthenticator.cs @@ -6,7 +6,7 @@ namespace Octokit.Internal class TokenAuthenticator : IAuthenticationHandler { /// - ///Authenticate a request using the OAuth2 Token (sent in a header) authentication scheme + ///Authenticate a request using the OAuth2 Token (sent in a header) authentication scheme /// ///The request to authenticate ///The credentials to attach to the request