summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-09-08 14:29:46 -0500
committerJames Cammarata <jimi@sngx.net>2016-09-08 14:29:46 -0500
commit1874d9e3eb353bd7aa6ba3bd7287543deb3f488c (patch)
tree188deb38fa80fbc8003ab8cf12be4f01395e146c
parent516bb6deeace52bd6e19de738723f78960fee5dc (diff)
downloadansible-1874d9e3eb353bd7aa6ba3bd7287543deb3f488c.tar.gz
Fixing typo in developing modules doc
-rw-r--r--docsite/rst/developing_modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst
index aa801c7168..94f114cbd2 100644
--- a/docsite/rst/developing_modules.rst
+++ b/docsite/rst/developing_modules.rst
@@ -17,7 +17,7 @@ by :envvar:`ANSIBLE_LIBRARY` or the ``--module-path`` command line option.
By default, everything that ships with Ansible is pulled from its source tree, but
additional paths can be added.
-The directory i:file:`./library`, alongside your top level :term:`playbooks`, is also automatically
+The directory :file:`./library`, alongside your top level :term:`playbooks`, is also automatically
added as a search directory.
Should you develop an interesting Ansible module, consider sending a pull request to the