load tags should reference the actual load tags

Closes #37176
This commit is contained in:
Daniel Wallace 2016-10-24 10:02:57 -05:00
parent 86ac8bd680
commit 1b7b4b1a0c

View file

@ -281,7 +281,7 @@ class SerializerExtension(Extension, object):
**Load tags**
Salt implements ``import_yaml`` and ``import_json`` tags. They work like
Salt implements ``load_yaml`` and ``load_json`` tags. They work like
the `import tag`_, except that the document is also deserialized.
Syntaxes are ``{% load_yaml as [VARIABLE] %}[YOUR DATA]{% endload %}``