We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28216bd commit d879353Copy full SHA for d879353
routers/api/v1/admin/repo.go
@@ -15,7 +15,7 @@ import (
15
func CreateRepo(ctx *context.APIContext, form api.CreateRepoOption) {
16
// swagger:operation POST /admin/users/{username}/repos admin adminCreateRepo
17
// ---
18
- // summary: Create a repository on behalf a user
+ // summary: Create a repository on behalf of a user
19
// consumes:
20
// - application/json
21
// produces:
templates/swagger/v1_json.tmpl
@@ -335,7 +335,7 @@
335
"tags": [
336
"admin"
337
],
338
- "summary": "Create a repository on behalf a user",
+ "summary": "Create a repository on behalf of a user",
339
"operationId": "adminCreateRepo",
340
"parameters": [
341
{
0 commit comments