From 574f43503cff8e50fea96d9419ff55aa46b2cb9b Mon Sep 17 00:00:00 2001 From: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Date: Wed, 3 Oct 2018 12:40:52 +0300 Subject: [PATCH] Fixed typo --- content/en/templates/files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/files.md b/content/en/templates/files.md index c853cfbd4..6b898fe73 100644 --- a/content/en/templates/files.md +++ b/content/en/templates/files.md @@ -1,7 +1,7 @@ --- title: Local File Templates linktitle: Local File Templates -description: Hugo's `readerDir` and `readFile` functions make it easy to traverse your project's directory structure and write file contents to your templates. +description: Hugo's `readDir` and `readFile` functions make it easy to traverse your project's directory structure and write file contents to your templates. godocref: https://golang.org/pkg/os/#FileInfo date: 2017-02-01 publishdate: 2017-02-01