[master] Minor rewording of process-template-context content.

This commit is contained in:
Joseph Nix 2018-04-12 15:10:12 -05:00
parent 75c5e25cec
commit 7a552b05da
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ This event is emitted right before a template is rendered and can be used
to inject values directly into the template context. The context is always
provided and is a dictionary that can be modified.
What's important to know that this is not the only way to modify the template
context. Another one is to modify the underlying [Jinja Environment
It's important to know that this is not the only way to modify the template
context. Another method is to modify the underlying [Jinja Environment
:ref](../../../environment/jinja-env/) on the environment directly. The
difference is that the globals from the `jinja_env` are available in *all*
templates whereas the modified template context is only available in the