File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ func HasTopic(ctx *context.APIContext) {
112112func AddTopic (ctx * context.APIContext ) {
113113 // swagger:operation PUT /repos/{owner}/{repo}/topics/{topic} repository repoAddTopíc
114114 // ---
115- // summary: Add a topic from a repository
115+ // summary: Add a topic to a repository
116116 // produces:
117117 // - application/json
118118 // parameters:
@@ -160,7 +160,7 @@ func AddTopic(ctx *context.APIContext) {
160160func DeleteTopic (ctx * context.APIContext ) {
161161 // swagger:operation DELETE /repos/{owner}/{repo}/topics/{topic} repository repoDeleteTopic
162162 // ---
163- // summary: delete a topic from a repository
163+ // summary: Delete a topic from a repository
164164 // produces:
165165 // - application/json
166166 // parameters:
Original file line number Diff line number Diff line change 54705470 "tags": [
54715471 "repository"
54725472 ],
5473- "summary": "Add a topic from a repository",
5473+ "summary": "Add a topic to a repository",
54745474 "operationId": "repoAddTopíc",
54755475 "parameters": [
54765476 {
55085508 "tags": [
55095509 "repository"
55105510 ],
5511- "summary": "delete a topic from a repository",
5511+ "summary": "Delete a topic from a repository",
55125512 "operationId": "repoDeleteTopic",
55135513 "parameters": [
55145514 {
You can’t perform that action at this time.
0 commit comments