Skip to content

Commit f9130bd

Browse files
committed
chore: fix typo in comments
1 parent de3907f commit f9130bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func draftReleaseURL(owner, repo string, version *semver.Version, body string) s
132132
// screen to the user, abbreviated to try to not overflow a 80x24 terminal.
133133
//
134134
// Because of this, we only display the 10 most recent commits, with a
135-
// comparison URL targetting HEAD (as draft is not released), so user can view
135+
// comparison URL targeting HEAD (as draft is not released), so user can view
136136
// the full list on GitHub if desired.
137137
func screenChangelog(comparison *github.CommitsComparison) string {
138138
var buf bytes.Buffer

0 commit comments

Comments
 (0)