Merge pull request #9239 from direvus/grammar-its

Fix several it's/its errors in the documentation.
pull/9248/merge
Michael DeHaan 10 years ago
commit 2ee049992b

@ -132,7 +132,7 @@ Modules are some of the easiest places to get started.
Contributing Code (Features or Bugfixes) 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. `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 The project takes contributions through

@ -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 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 `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. additional paths can be added.
The directory "./library", alongside your top level playbooks, is also automatically The directory "./library", alongside your top level playbooks, is also automatically

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

Loading…
Cancel
Save