Skip to content

Commit c97d572

Browse files
committed
typos
1 parent d940dae commit c97d572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/userauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ func (api *API) userOIDC(rw http.ResponseWriter, r *http.Request) {
443443
if err != nil {
444444
httpapi.Write(rw, http.StatusInternalServerError, codersdk.Response{
445445
Message: "Failed to update user profile.",
446-
Detail: fmt.Sprintf("udpate user profile: %s", err.Error()),
446+
Detail: fmt.Sprintf("update user profile: %s", err.Error()),
447447
})
448448
return
449449
}

0 commit comments

Comments
 (0)