From 70ad71b2522aa4731b4ecc2cd8c839a86c9319c5 Mon Sep 17 00:00:00 2001 From: Salim B Date: Thu, 10 Feb 2022 14:01:44 +0000 Subject: [PATCH] Fix typo (#1651) --- content/en/templates/partials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/partials.md b/content/en/templates/partials.md index 0532e6ab9..c80c27648 100644 --- a/content/en/templates/partials.md +++ b/content/en/templates/partials.md @@ -78,7 +78,7 @@ This means the partial will *only* be able to access those variables. The partia ## Returning a value from a Partial -In addition to outputting markup, partials can be used to return a value of any type. In order to return a value, a partial must include a lone `return` stateme +In addition to outputting markup, partials can be used to return a value of any type. In order to return a value, a partial must include a lone `return` statement. ### Example GetFeatured