diff --git a/pkg/pdf/pdf.go b/pkg/pdf/pdf.go index 0d8e866..6e0f81f 100644 --- a/pkg/pdf/pdf.go +++ b/pkg/pdf/pdf.go @@ -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) {