Skip to content

Commit

Permalink
Update routers/api/v1/org/team.go
Browse files Browse the repository at this point in the history
grammar

Co-Authored-By: Richard Mahn <richmahn@users.noreply.github.com>
  • Loading branch information
davidsvantesson and richmahn committed Sep 6, 2019
1 parent bfbc4ab commit ff4520b
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/org/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func RemoveTeamRepository(ctx *context.APIContext) {
func SearchTeam(ctx *context.APIContext) {
// swagger:operation GET /orgs/{org}/teams/search organization teamSearch
// ---
// summary: Search for teams within organization
// summary: Search for teams within an organization
// produces:
// - application/json
// parameters:
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 @@ -1055,7 +1055,7 @@
"tags": [
"organization"
],
"summary": "Search for teams within organization",
"summary": "Search for teams within an organization",
"operationId": "teamSearch",
"parameters": [
{
Expand Down

0 comments on commit ff4520b

Please sign in to comment.