From: Ernie Hershey Date: Fri, 15 Apr 2016 03:05:24 +0000 (-0400) Subject: docs: Fix grammar in templates/partials.md X-Git-Tag: v0.16~63 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=215b8939bd14717d321dc8ad82458ac7b2e24391;p=brevno-suite%2Fhugo docs: Fix grammar in templates/partials.md Noticed this sentence seemingly missing a word or two. --- diff --git a/docs/content/templates/partials.md b/docs/content/templates/partials.md index 57898acc..3126ee0e 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`