doc(user_guide): fix typos (#47425)

This commit is contained in:
Simon Legner 2018-10-24 18:01:24 +02:00 committed by Sandra McCann
commit 5959158612
9 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@ The documentation covered here is an extension of the documentation that can be
Unsafe or Raw Strings
~~~~~~~~~~~~~~~~~~~~~
Ansible provides an internal data type for declaring variable values as "unsafe". This means that the data held within the variables value should be treated as unsafe preventing unsafe character subsitition and information disclosure.
Ansible provides an internal data type for declaring variable values as "unsafe". This means that the data held within the variables value should be treated as unsafe preventing unsafe character substitution and information disclosure.
Jinja2 contains functionality for escaping, or telling Jinja2 to not template data by means of functionality such as ``{% raw %} ... {% endraw %}``, however this uses a more comprehensive implementation to ensure that the value is never templated.