chore(typo): fix grammar in comments, API docs and error messages (#38370)

This commit is contained in:
Milwad Khosravi
2026-07-09 01:22:06 +03:30
committed by GitHub
parent 49ef93940a
commit 545ed92354
13 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -5889,7 +5889,7 @@
"tags": [
"repository"
],
"summary": "List an repo's actions secrets",
"summary": "List a repo's actions secrets",
"operationId": "repoListActionsSecrets",
"parameters": [
{
@@ -28066,7 +28066,7 @@
"Commit",
"Repository"
],
"x-go-enum-desc": "Issue NotifySubjectIssue a issue is subject of an notification\nPull NotifySubjectPull a pull is subject of an notification\nCommit NotifySubjectCommit a commit is subject of an notification\nRepository NotifySubjectRepository a repository is subject of an notification",
"x-go-enum-desc": "Issue NotifySubjectIssue an issue is subject of a notification\nPull NotifySubjectPull a pull is subject of an notification\nCommit NotifySubjectCommit a commit is subject of an notification\nRepository NotifySubjectRepository a repository is subject of an notification",
"x-go-name": "Type"
},
"url": {
+2 -2
View File
@@ -7782,7 +7782,7 @@
"Repository"
],
"type": "string",
"x-go-enum-desc": "Issue NotifySubjectIssue a issue is subject of an notification\nPull NotifySubjectPull a pull is subject of an notification\nCommit NotifySubjectCommit a commit is subject of an notification\nRepository NotifySubjectRepository a repository is subject of an notification",
"x-go-enum-desc": "Issue NotifySubjectIssue an issue is subject of a notification\nPull NotifySubjectPull a pull is subject of an notification\nCommit NotifySubjectCommit a commit is subject of an notification\nRepository NotifySubjectRepository a repository is subject of an notification",
"x-go-name": "Type"
},
"url": {
@@ -16954,7 +16954,7 @@
"$ref": "#/components/responses/notFound"
}
},
"summary": "List an repo's actions secrets",
"summary": "List a repo's actions secrets",
"tags": [
"repository"
]