mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-24 02:16:02 +02:00
chore(typo): fix grammar in comments, API docs and error messages (#38370)
This commit is contained in:
@@ -68,7 +68,7 @@ const (
|
||||
type NotifySubjectType string
|
||||
|
||||
const (
|
||||
// NotifySubjectIssue a issue is subject of an notification
|
||||
// NotifySubjectIssue an issue is subject of a notification
|
||||
NotifySubjectIssue NotifySubjectType = "Issue"
|
||||
// NotifySubjectPull a pull is subject of an notification
|
||||
NotifySubjectPull NotifySubjectType = "Pull"
|
||||
|
||||
Reference in New Issue
Block a user