Skip to content

Commit 17a4fa3

Browse files
committed
Fix typo in comment
1 parent 911e6e0 commit 17a4fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/unsavory/unsavory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewClient(token string, dryRun bool) *Client {
4040
client: client}
4141
}
4242

43-
// Run fetches all URLs and kicks of the check process.
43+
// Run fetches all URLs and kicks off the check process.
4444
func (c *Client) Run() {
4545
if c.DryRun {
4646
log.Printf("You are using dry run mode. No links will be deleted!\n\n")

0 commit comments

Comments
 (0)