diff --git a/plugin/remote/remote.go b/plugin/remote/remote.go index 862e8c15d..dd6c5acaa 100644 --- a/plugin/remote/remote.go +++ b/plugin/remote/remote.go @@ -7,7 +7,7 @@ import ( ) type Remote interface { - // Authorize handles authentication with thrid party remote systems, + // Authorize handles authentication with third party remote systems, // such as github or bitbucket, and returns user data. Authorize(w http.ResponseWriter, r *http.Request) (*model.Login, error)