docs: Fix grammar in templates/partials.md

Noticed this sentence seemingly missing a word or two.
This commit is contained in:
Ernie Hershey 2016-04-14 23:05:24 -04:00 committed by digitalcraftsman
parent fed5f20f89
commit 215b8939bd

View file

@ -122,6 +122,6 @@ As you might have noticed, `partial` calls receive two paramters.
location to be read. location to be read.
2. The second is the variables to be passed down to the partial. 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 isolated and has no access to the outer scope. From within the
partial, `$.Var` is equivalent to `.Var` partial, `$.Var` is equivalent to `.Var`