From bd462671da918d1e1b6693e80df4784c286e99a3 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 27 Apr 2019 14:07:19 -0500 Subject: [PATCH] Fix typo "boolean valuable" -> "boolean variable value" --- content/en/content-management/summaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/summaries.md b/content/en/content-management/summaries.md index dcbf5914d..3c67a67dc 100644 --- a/content/en/content-management/summaries.md +++ b/content/en/content-management/summaries.md @@ -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/