Correct docsite typos: it's -> its (#50812)

This commit is contained in:
branen 2019-01-11 15:49:54 -05:00 committed by Sandra McCann
commit 88029a73d6
5 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ Filters in Ansible are from Jinja2, and are used for transforming data inside a
Take into account that templating happens on the Ansible controller, **not** on the task's target host, so filters also execute on the controller as they manipulate local data.
In addition the ones provided by Jinja2, Ansible ships with it's own and allows users to add their own custom filters.
In addition the ones provided by Jinja2, Ansible ships with its own and allows users to add their own custom filters.
.. _filters_for_formatting_data:

View file

@ -155,7 +155,7 @@ Or, using the newer syntax::
app_port: 5000
...
You can conditionally import a role and execute it's tasks::
You can conditionally import a role and execute its tasks::
---