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) {
112
112
func AddTopic (ctx * context.APIContext ) {
113
113
// swagger:operation PUT /repos/{owner}/{repo}/topics/{topic} repository repoAddTopíc
114
114
// ---
115
- // summary: Add a topic from a repository
115
+ // summary: Add a topic to a repository
116
116
// produces:
117
117
// - application/json
118
118
// parameters:
@@ -160,7 +160,7 @@ func AddTopic(ctx *context.APIContext) {
160
160
func DeleteTopic (ctx * context.APIContext ) {
161
161
// swagger:operation DELETE /repos/{owner}/{repo}/topics/{topic} repository repoDeleteTopic
162
162
// ---
163
- // summary: delete a topic from a repository
163
+ // summary: Delete a topic from a repository
164
164
// produces:
165
165
// - application/json
166
166
// parameters:
Original file line number Diff line number Diff line change 5470
5470
"tags": [
5471
5471
"repository"
5472
5472
],
5473
- "summary": "Add a topic from a repository",
5473
+ "summary": "Add a topic to a repository",
5474
5474
"operationId": "repoAddTopíc",
5475
5475
"parameters": [
5476
5476
{
5508
5508
"tags": [
5509
5509
"repository"
5510
5510
],
5511
- "summary": "delete a topic from a repository",
5511
+ "summary": "Delete a topic from a repository",
5512
5512
"operationId": "repoDeleteTopic",
5513
5513
"parameters": [
5514
5514
{
You can’t perform that action at this time.
0 commit comments