diff options
author | Sagar Paul <paul.sagar@yahoo.com> | 2021-01-25 16:28:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 16:28:55 +0100 |
commit | f3ce7cfe53a305bad77048e4b66ef7f6e20384b3 (patch) | |
tree | 2814353fa97a341ec9278fdf3c6d53a69cd7b115 /README.rst | |
parent | Fix `versionadded` syntax @ galaxy user guide (diff) | |
download | ansible-f3ce7cfe53a305bad77048e4b66ef7f6e20384b3.tar.xz ansible-f3ce7cfe53a305bad77048e4b66ef7f6e20384b3.zip |
tiny grammatical edit (#73339)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index f717ab9319..d5f728c253 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Get Involved * Submit a proposed code update through a pull request to the ``devel`` branch. * Talk to us before making larger changes to avoid duplicate efforts. This not only helps everyone - know what is going on, it also helps save time and effort if we decide + know what is going on, but it also helps save time and effort if we decide some changes are needed. * For a list of email lists, IRC channels and Working Groups, see the `Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_ @@ -63,7 +63,7 @@ Coding Guidelines We document our Coding Guidelines in the `Developer Guide <https://docs.ansible.com/ansible/devel/dev_guide/>`_. We particularly suggest you review: * `Contributing your module to Ansible <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_checklist.html>`_ -* `Conventions, tips and pitfalls <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html>`_ +* `Conventions, tips, and pitfalls <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html>`_ Branch Info =========== |