Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed May 13, 2024
1 parent 5269e12 commit 3df5886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pdf/pdf.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func WithAuthToken(token string) Config {
}
}

// WithStylesheet prepares the filesheet to be included in the PDF generation
// WithStylesheets prepares the stylesheets to be included in the PDF generation
// request.
func WithStylesheets(src fs.FS) Option {
return func(o *options) {
Expand Down

0 comments on commit 3df5886

Please sign in to comment.