From e0754ac405dee2d89d0c1269189b95263951cd48 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Sun, 27 Mar 2022 14:16:21 +0500 Subject: [PATCH] Fix a minor docs typo --- cmd/gmnhg/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gmnhg/main.go b/cmd/gmnhg/main.go index 7e4c467..ef5ff4b 100644 --- a/cmd/gmnhg/main.go +++ b/cmd/gmnhg/main.go @@ -17,7 +17,7 @@ // to be started in the top level directory of a Hugo site (the one // containing config.toml, config.json, or config.yaml). // -// gmngh will read layout template files (with .gotmpl extension) and +// gmnhg will read layout template files (with .gotmpl extension) and // then apply them to content files ending with .md by the following // algorithm (layout file names are relative to gmnhg/): //