diff --git a/content/docs/api/plugins/events/process-template-context/contents.lr b/content/docs/api/plugins/events/process-template-context/contents.lr index 9518769d..c6a144ed 100644 --- a/content/docs/api/plugins/events/process-template-context/contents.lr +++ b/content/docs/api/plugins/events/process-template-context/contents.lr @@ -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