Skip to content

Commit d879353

Browse files
AHinMainezeripath
authored andcommitted
Minor typo fix (#10043)
1 parent 28216bd commit d879353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/admin/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
func CreateRepo(ctx *context.APIContext, form api.CreateRepoOption) {
1616
// swagger:operation POST /admin/users/{username}/repos admin adminCreateRepo
1717
// ---
18-
// summary: Create a repository on behalf a user
18+
// summary: Create a repository on behalf of a user
1919
// consumes:
2020
// - application/json
2121
// produces:

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
"tags": [
336336
"admin"
337337
],
338-
"summary": "Create a repository on behalf a user",
338+
"summary": "Create a repository on behalf of a user",
339339
"operationId": "adminCreateRepo",
340340
"parameters": [
341341
{

0 commit comments

Comments
 (0)