Fix several it's/its errors in the documentation.

This commit is contained in:
Brendan Jurd 2014-10-02 16:52:29 +10:00
parent 43eb821d3f
commit 93e398e447
3 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ Modules are some of the easiest places to get started.
Contributing Code (Features or Bugfixes)
----------------------------------------
The Ansible project keeps its source on github at
The Ansible project keeps its source on github at
`github.com/ansible/ansible <http://github.com/ansible/ansible>`_ for the core application, and two sub repos ansible/ansible-modules-core and ansible/ansible-modules-extras for module related items. If you need to know if a module is in 'core' or 'extras', consult the web documentation page for that module.
The project takes contributions through

View file

@ -11,7 +11,7 @@ See :doc:`modules` for a list of various ones developed in core.
Modules can be written in any language and are found in the path specified
by `ANSIBLE_LIBRARY` or the ``--module-path`` command line option.
By default, everything that ships with ansible is pulled from it's source tree, but
By default, everything that ships with ansible is pulled from its source tree, but
additional paths can be added.
The directory "./library", alongside your top level playbooks, is also automatically

View file

@ -271,7 +271,7 @@ Example 4
# Using the instanceid, call the ec2 module
# locally to remove the instance by declaring
# it's state is "absent"
# its state is "absent"
- hosts: ec2hosts
gather_facts: True