mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 04:12:16 +01:00
docs(godoc): fix a bunch of typos
This commit is contained in:
@@ -33,7 +33,7 @@ func (engine *PdfTk) Descriptor() gotenberg.ModuleDescriptor {
|
||||
}
|
||||
}
|
||||
|
||||
// Provision sets the modules properties.
|
||||
// Provision sets the module properties.
|
||||
func (engine *PdfTk) Provision(ctx *gotenberg.Context) error {
|
||||
binPath, ok := os.LookupEnv("PDFTK_BIN_PATH")
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user