mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Minor typo fix (#10043)
This commit is contained in:
		@@ -15,7 +15,7 @@ import (
 | 
				
			|||||||
func CreateRepo(ctx *context.APIContext, form api.CreateRepoOption) {
 | 
					func CreateRepo(ctx *context.APIContext, form api.CreateRepoOption) {
 | 
				
			||||||
	// swagger:operation POST /admin/users/{username}/repos admin adminCreateRepo
 | 
						// 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:
 | 
						// consumes:
 | 
				
			||||||
	// - application/json
 | 
						// - application/json
 | 
				
			||||||
	// produces:
 | 
						// produces:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -335,7 +335,7 @@
 | 
				
			|||||||
        "tags": [
 | 
					        "tags": [
 | 
				
			||||||
          "admin"
 | 
					          "admin"
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "summary": "Create a repository on behalf a user",
 | 
					        "summary": "Create a repository on behalf of a user",
 | 
				
			||||||
        "operationId": "adminCreateRepo",
 | 
					        "operationId": "adminCreateRepo",
 | 
				
			||||||
        "parameters": [
 | 
					        "parameters": [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user