Fix typo in organization comment

pull/10616/head
Michael Desa 2017-10-23 14:16:31 -04:00
parent ee255f319d
commit 3f3e7a5662
1 changed files with 1 additions and 1 deletions

View File

@ -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()