Skip to content

Commit bc080ec

Browse files
authored
Update Store.md
1 parent 1507ede commit bc080ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/en/methods/page/Store.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you need to access a scratch pad value from a parent template, and the parent
117117
{{ .Store.Get "mykey" }}
118118
```
119119

120-
You can also trigger content rendering with the `FuzzyWordCount`, `Len`, `Plain`, `PlainWords`, `ReadingTime`, `Summary`, `Truncated`, and `WordCount` methods. For example:
120+
You can also trigger content rendering with the `ContentWithoutSummary`, `FuzzyWordCount`, `Len`, `Plain`, `PlainWords`, `ReadingTime`, `Summary`, `Truncated`, and `WordCount` methods. For example:
121121

122122
```go-html-template
123123
{{ $noop := .WordCount }}

0 commit comments

Comments
 (0)