Copyedit docs (#6275)

This commit is contained in:
Aidan Fitzgerald
2019-03-09 16:15:45 -05:00
committed by techknowlogick
parent 8fffb06168
commit f5cf9a8355
28 changed files with 111 additions and 111 deletions

View File

@ -53,7 +53,7 @@ const (
)
var (
// Same as Github. See
// Same as GitHub. See
// https://help.github.com/articles/closing-issues-via-commit-messages
issueCloseKeywords = []string{"close", "closes", "closed", "fix", "fixes", "fixed", "resolve", "resolves", "resolved"}
issueReopenKeywords = []string{"reopen", "reopens", "reopened"}