"boolean valuable" -> "boolean variable value"
This commit is contained in:
Daniel J. Summers 2019-04-27 14:07:19 -05:00 committed by digitalcraftsman
parent 0522a25958
commit bd462671da

View File

@ -105,7 +105,7 @@ You can show content summaries with the following code. You could use the follow
{{ end }}
{{< /code >}}
Note how the `.Truncated` boolean valuable may be used to hide the "Read More..." link when the content is not truncated; i.e., when the summary contains the entire article.
Note how the `.Truncated` boolean variable value may be used to hide the "Read More..." link when the content is not truncated; i.e., when the summary contains the entire article.
[org]: /content-management/formats/
[pagevariables]: /variables/page/