fix(typo): Pdf -> PDF

This commit is contained in:
Julien Neuhart
2023-12-11 10:21:54 +01:00
parent dec32d981f
commit a60cb33ff1

View File

@@ -47,11 +47,11 @@ func printToPdfActionFunc(logger *zap.Logger, outputPath string, options Options
WithFooterTemplate(options.FooterTemplate)
}
logger.Debug(fmt.Sprintf("print to Pdf with: %+v", printToPdf))
logger.Debug(fmt.Sprintf("print to PDF with: %+v", printToPdf))
_, stream, err := printToPdf.Do(ctx)
if err != nil {
return fmt.Errorf("print to Pdf: %w", err)
return fmt.Errorf("print to PDF: %w", err)
}
reader := &streamReader{