From 7cb8107735d8612a26ad95dfdec2141b0e0e6baa Mon Sep 17 00:00:00 2001 From: vsopvsop Date: Sun, 28 Aug 2016 18:51:19 +0530 Subject: [PATCH] docs: Correct spelling for "parameters" in partials.md --- docs/content/templates/partials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/partials.md b/docs/content/templates/partials.md index 3126ee0ee..22b5f493f 100644 --- a/docs/content/templates/partials.md +++ b/docs/content/templates/partials.md @@ -116,7 +116,7 @@ For more examples of referencing these templates, see Variable scoping ---------------- -As you might have noticed, `partial` calls receive two paramters. +As you might have noticed, `partial` calls receive two parameters. 1. The first is the name of the partial and determines the file location to be read.