Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shashvat-kedia committed Dec 27, 2018
1 parent 6bebe6a commit cce73b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routers/api/v1/admin/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func DeleteUserPublicKey(ctx *context.APIContext) {
func GetAllUsers(ctx *context.APIContext) {
// swagger:operation GET /admin/users admin adminGetAllUsers
// ---
// summary: List all organizations
// summary: List all users
// produces:
// - application/json
// responses:
Expand Down
2 changes: 1 addition & 1 deletion templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tags": [
"admin"
],
"summary": "List all organizations",
"summary": "List all users",
"operationId": "adminGetAllUsers",
"responses": {
"200": {
Expand Down

0 comments on commit cce73b8

Please sign in to comment.