From 350d674ec8fa36efb09b8ef59e615169c62f7562 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 19 Jul 2018 15:25:22 +0200 Subject: [PATCH] resources.Concat doesn't have an alias --- content/en/hugo-pipes/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/introduction.md b/content/en/hugo-pipes/introduction.md index 84ac4ec6d..3c42dc68f 100755 --- a/content/en/hugo-pipes/introduction.md +++ b/content/en/hugo-pipes/introduction.md @@ -43,7 +43,7 @@ For improved readability, the Hugo Pipes examples of this documentation will be ### Method aliases Each Hugo Pipes `resources` transformation method uses a __camelCased__ alias (`toCSS` for `resources.ToCSS`). -Non-transformation methods deprived of such aliases are `resources.Get`, `resources.FromString` and `resources.ExecuteAsTemplate`. +Non-transformation methods deprived of such aliases are `resources.Get`, `resources.FromString`, `resources.ExecuteAsTemplate` and `resources.Concat`. The example above can therefore also be written as follows: ```go-html-template