summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates
diff options
context:
space:
mode:
authorDavid Larlet <3556+davidbgk@users.noreply.github.com>2022-05-17 18:56:40 -0400
committerGitHub <noreply@github.com>2022-05-17 18:56:40 -0400
commit9e760e2e0ccf5922c66cb0d9c39eaf8bfc7be501 (patch)
treeed6176a4a8fb871e4b09b265d2ccc31ba2f49162 /modules/caddyhttp/templates
parent4b4e99bdb2e327d553a5f773f827f624181714af (diff)
templates: Documentation consistency (#4796)
Diffstat (limited to 'modules/caddyhttp/templates')
-rw-r--r--modules/caddyhttp/templates/templates.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/templates/templates.go b/modules/caddyhttp/templates/templates.go
index 5aff27f..b2fe184 100644
--- a/modules/caddyhttp/templates/templates.go
+++ b/modules/caddyhttp/templates/templates.go
@@ -107,7 +107,7 @@ func init() {
//
// **index.html**
// ```
-// {{ import "/path/to/file.html" }}
+// {{ import "/path/to/filename.html" }}
// {{ template "main" }}
// ```
//