Skip to content

Commit

Permalink
Update gitlab.go
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
linzhaoming authored Jan 16, 2020
1 parent 1cdb2b1 commit 1d3851b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/gitlab/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 1d3851b

Please sign in to comment.