Skip to content

Commit 35f9f18

Browse files
committed
chore: merge branch 'bq/1008/replace-code-by-detail' of github.com:coder/coder into bq/1008/replace-code-by-detail
2 parents 5015f1c + c4162df commit 35f9f18

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)