Update gitlab.go

fix typo
This commit is contained in:
linzhaoming 2020-01-16 11:26:57 +08:00 committed by GitHub
parent 1cdb2b1d74
commit 1d3851b0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const (
scopeOpenID = "openid"
)
// Config holds configuration options for gilab logins.
// Config holds configuration options for gitlab logins.
type Config struct {
BaseURL string `json:"baseURL"`
ClientID string `json:"clientID"`