Skip to content

Commit 282d0cd

Browse files
committed
fix typo
1 parent cdb9ed3 commit 282d0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/identityprovider/tokens.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func extractTokenParams(r *http.Request, callbackURL *url.URL) (tokenParams, []c
7676

7777
// Tokens
7878
// TODO: the sessions lifetime config passed is for coder api tokens.
79-
// Should er have a separate config for oauth2 tokens? They are related,
79+
// Should there be a separate config for oauth2 tokens? They are related,
8080
// but they are not the same.
8181
func Tokens(db database.Store, lifetimes codersdk.SessionLifetime) http.HandlerFunc {
8282
return func(rw http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)