From c7110a597138ebfc54d20fdfb7ac8b0bb62e3321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 10 Dec 2021 23:34:08 +0100 Subject: [PATCH] Update introduction.md --- 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 bd6ebe9bc..c9f3a10e6 100755 --- a/content/en/hugo-pipes/introduction.md +++ b/content/en/hugo-pipes/introduction.md @@ -31,7 +31,7 @@ In order to process an asset with Hugo Pipes, it must be retrieved as a `Resourc {{< new-in "0.90.1" >}} -The return value from `resources.Get` includes an `.Err` method that will be set if the call failed. If you want to just log any error as a `WARNING` you can use a construct similar to the one below. +The return value from `resources.Get` includes an `.Err` method that will return an error if the call failed. If you want to just log any error as a `WARNING` you can use a construct similar to the one below. ```go-html-template {{ with resources.Get "https://gohugo.io/images/gohugoio-card-1.png" }}