We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911e6e0 commit 17a4fa3Copy full SHA for 17a4fa3
internal/unsavory/unsavory.go
@@ -40,7 +40,7 @@ func NewClient(token string, dryRun bool) *Client {
40
client: client}
41
}
42
43
-// Run fetches all URLs and kicks of the check process.
+// Run fetches all URLs and kicks off the check process.
44
func (c *Client) Run() {
45
if c.DryRun {
46
log.Printf("You are using dry run mode. No links will be deleted!\n\n")
0 commit comments