mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
docs: Fix grammar in templates/partials.md
Noticed this sentence seemingly missing a word or two.
This commit is contained in:
committed by
digitalcraftsman
parent
fed5f20f89
commit
215b8939bd
@@ -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`
|
||||
|
Reference in New Issue
Block a user