From 6b0fb2c3f9230fe0d5ca5b43dfcb553e28bcf8a0 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 30 Mar 2018 13:12:00 +0200 Subject: [PATCH] typo in godoc of config package --- app/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/config.go b/app/config/config.go index 15ab67c2..ca50c159 100644 --- a/app/config/config.go +++ b/app/config/config.go @@ -31,7 +31,7 @@ type ( } // CommandsConfig gathers all commands' configurations as defined - // by the user in the gotenberg.yml + // by the user in the gotenberg.yml file. CommandsConfig struct { // HTML is the command's configuration for converting // an HTML file to PDF.