From 215b8939bd14717d321dc8ad82458ac7b2e24391 Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Thu, 14 Apr 2016 23:05:24 -0400 Subject: [PATCH] docs: Fix grammar in templates/partials.md Noticed this sentence seemingly missing a word or two. --- 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 57898acc7..3126ee0ee 100644 --- a/docs/content/templates/partials.md +++ b/docs/content/templates/partials.md @@ -122,6 +122,6 @@ As you might have noticed, `partial` calls receive two paramters. location to be read. 2. The second is the variables to be passed down to the partial. -This means the partial _only_ be able to access those variables. It is +This means that the partial will _only_ be able to access those variables. It is isolated and has no access to the outer scope. From within the partial, `$.Var` is equivalent to `.Var`