mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 20:31:10 +00:00
Fix minor typo in remote.go
This commit is contained in:
parent
f7eeeff64f
commit
41a47bcb73
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue