Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Jul 25, 2023
1 parent a3dedfc commit a185278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func WithFileExtensions(extensions []string) Option {
}
}

// WithTargetDir returns function for specifing directory. Default is current directory.
// WithTargetDir returns function for specifying directory. Default is current directory.
func WithTargetDir(dir string) Option {
return func(c *config) {
c.targetDir = dir
Expand Down

0 comments on commit a185278

Please sign in to comment.