[DOC] Fix minor language errors

Remove a grocer's apostrophe and reword some tortured English.

Change-Id: I6b3fc8be56ca5ce113f806033fa1647544c6fa82
This commit is contained in:
Mike Carden 2016-12-01 15:30:09 +11:00
parent 065ce1a9c8
commit c5ae3e773d
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Before running any playbook, check the integrity of the configuration files.
.. note::
To check your lint online, we using the `YAML Lint program <http://www.yamllint.com/>`_.
To check your YAML syntax online, you can use the `YAML Lint program <http://www.yamllint.com/>`_.
#. Change to the ``/opt/openstack-ansible/playbooks`` directory, and run the
following command:

View File

@ -43,7 +43,7 @@ In addition to this argument, the base environment skeleton is provided in the
``playbooks/inventory/env.d`` directory of the OpenStack-Ansible codebase.
Should an ``env.d`` directory be found in the directory specified by
``--config``, it's contents will be added to the base environment, overriding
``--config``, its contents will be added to the base environment, overriding
any previous contents in the event of conflicts.
.. note:: In all versions prior to |previous_release_formal_name|, this argument was ``--file``.