summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/global/page.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/global/page.md')
-rw-r--r--docs/content/en/functions/global/page.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/global/page.md b/docs/content/en/functions/global/page.md
index e17fb0767..6c96b747e 100644
--- a/docs/content/en/functions/global/page.md
+++ b/docs/content/en/functions/global/page.md
@@ -86,7 +86,7 @@ Do not use the global `page` function in:
- Partials called by shortcodes
- Partials cached by the [`partialCached`] function
-Hugo caches rendered shortcodes. If you use the global `page` function within a shortcode, and the page content is rendered in two or more templates, the cached shortcodes may be incorrect.
+Hugo caches rendered shortcodes. If you use the global `page` function within a shortcode, and the page content is rendered in two or more templates, the cached shortcode may be incorrect.
Consider this section template: