From 9e760e2e0ccf5922c66cb0d9c39eaf8bfc7be501 Mon Sep 17 00:00:00 2001 From: David Larlet <3556+davidbgk@users.noreply.github.com> Date: Tue, 17 May 2022 18:56:40 -0400 Subject: templates: Documentation consistency (#4796) --- modules/caddyhttp/templates/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/templates') 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" }} // ``` // -- cgit v1.2.3