shithub: hugo

Download patch

ref: 215b8939bd14717d321dc8ad82458ac7b2e24391
parent: fed5f20f89d32504bfe2dbe9ee30b72a30a2ba8b
author: Ernie Hershey <[email protected]>
date: Thu Apr 14 19:05:24 EDT 2016

docs: Fix grammar in templates/partials.md

Noticed this sentence seemingly missing a word or two.

--- a/docs/content/templates/partials.md
+++ b/docs/content/templates/partials.md
@@ -122,6 +122,6 @@
 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`