From 94f2a36081a2283a52104762cc25f9423ed34b7e Mon Sep 17 00:00:00 2001 From: Rosano Date: Sun, 11 Feb 2024 14:43:11 -0500 Subject: [PATCH] Fix typo --- content/en/functions/resources/GetRemote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/resources/GetRemote.md b/content/en/functions/resources/GetRemote.md index e596b2ab6b..4a6540572f 100644 --- a/content/en/functions/resources/GetRemote.md +++ b/content/en/functions/resources/GetRemote.md @@ -171,7 +171,7 @@ Override the cache key by setting a `key` in the options map. Use this approach ```go-html-template {{ $url := "https://example.org/images/a.jpg" }} {{ $cacheKey := print $url (now.Format "2006-01-02") }} -{{ $resource := resource.GetRemote $url (dict "key" $cacheKey) }} +{{ $resource := resources.GetRemote $url (dict "key" $cacheKey) }} ``` [configure file caches]: /getting-started/configuration/#configure-file-caches