From d27651b305b0cf71fab539a3925664b9016961cb Mon Sep 17 00:00:00 2001 From: PenelopeFudd Date: Fri, 15 Mar 2019 14:12:26 -0700 Subject: [PATCH] website: Typo in link to the templatefile function page --- website/docs/configuration/functions/file.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/file.html.md b/website/docs/configuration/functions/file.html.md index b84d620109..e34ada9f8d 100644 --- a/website/docs/configuration/functions/file.html.md +++ b/website/docs/configuration/functions/file.html.md @@ -48,5 +48,5 @@ Hello World interpreting the contents as UTF-8 text. * [`fileexists`](./fileexists.html) determines whether a file exists at a given path. -* [`templatefile`](./templatefile.html) renders uses a file from disk as a +* [`templatefile`](./templatefile.html) renders using a file from disk as a template.