Skip to content

Commit c4162df

Browse files
Update coderd/users.go
Co-authored-by: G r e y <grey@coder.com>
1 parent 55bf028 commit c4162df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/users.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func (api *api) firstUser(rw http.ResponseWriter, r *http.Request) {
4545
})
4646
}
4747

48-
// Creates the initial user for a Detailr deployment.
48+
// Creates the initial user for a Coder deployment.
4949
func (api *api) postFirstUser(rw http.ResponseWriter, r *http.Request) {
5050
var createUser codersdk.CreateFirstUserRequest
5151
if !httpapi.Read(rw, r, &createUser) {

0 commit comments

Comments
 (0)