summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/admin/repo.go')
-rw-r--r--routers/api/v1/admin/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/admin/repo.go b/routers/api/v1/admin/repo.go
index c3ca525510..73c7d740f8 100644
--- a/routers/api/v1/admin/repo.go
+++ b/routers/api/v1/admin/repo.go
@@ -15,7 +15,7 @@ import (
func CreateRepo(ctx *context.APIContext, form api.CreateRepoOption) {
// swagger:operation POST /admin/users/{username}/repos admin adminCreateRepo
// ---
- // summary: Create a repository on behalf a user
+ // summary: Create a repository on behalf of a user
// consumes:
// - application/json
// produces: