diff --git a/server/organizations.go b/server/organizations.go index bb51ab4a45..8a207de20c 100644 --- a/server/organizations.go +++ b/server/organizations.go @@ -105,7 +105,7 @@ func (s *Service) NewOrganization(w http.ResponseWriter, r *http.Request) { encodeJSON(w, http.StatusCreated, co, s.Logger) } -// UserID retrieves a organization with ID from store +// OrganizationID retrieves a organization with ID from store func (s *Service) OrganizationID(w http.ResponseWriter, r *http.Request) { ctx := r.Context()