From 9f335563007cae2bd626bfea80741583ac1cccf9 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 30 Oct 2024 09:38:48 -0700 Subject: [PATCH] Update Scratch.md --- content/en/methods/page/Scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/page/Scratch.md b/content/en/methods/page/Scratch.md index 8118513cc..b6fa93413 100644 --- a/content/en/methods/page/Scratch.md +++ b/content/en/methods/page/Scratch.md @@ -36,7 +36,7 @@ If you need to access a scratch pad value from a parent template, and the parent {{ .Store.Get "mykey" }} ``` -You can also trigger content rendering with the `FuzzyWordCount`, `Len`, `Plain`, `PlainWords`, `ReadingTime`, `Summary`, `Truncated`, and `WordCount` methods. For example: +You can also trigger content rendering with the `ContentWithoutSummary`, `FuzzyWordCount`, `Len`, `Plain`, `PlainWords`, `ReadingTime`, `Summary`, `Truncated`, and `WordCount` methods. For example: ```go-html-template {{ $noop := .WordCount }}