Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim B <git@salim.space>2022-02-10 17:01:44 +0300
committerGitHub <noreply@github.com>2022-02-10 17:01:44 +0300
commit70ad71b2522aa4731b4ecc2cd8c839a86c9319c5 (patch)
tree4683a593722a2c88d914e654570932e8322cf573
parentdfd1dc570f117605fe508d637c4218e3b296d4b6 (diff)
Fix typo (#1651)
-rw-r--r--content/en/templates/partials.md2
1 files changed, 1 insertions, 1 deletions
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