From 9cfdb11fe13a2353fe20d956b249c8ad12bd50e1 Mon Sep 17 00:00:00 2001 From: David Wittman Date: Wed, 5 Oct 2016 18:14:56 -0500 Subject: [PATCH] Typo fix in Jinja docs s/again grains/against grains/ --- doc/topics/jinja/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/jinja/index.rst b/doc/topics/jinja/index.rst index fd46eaf8ee..7fdc34b327 100644 --- a/doc/topics/jinja/index.rst +++ b/doc/topics/jinja/index.rst @@ -82,7 +82,7 @@ between state files and between files. This would import the ``test`` template variable or macro, not the ``test`` state element, from the file ``lib.sls``. In the case that the included file -performs checks again grains, or something else that requires context, passing +performs checks against grains, or something else that requires context, passing the context into the included file is required: .. code-block:: yaml