From 17d0022384c9f878b348fa65d6de88b76acf4894 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Wed, 8 Oct 2014 20:55:49 -0400 Subject: [PATCH] Typo: mo[u]dules Fix typo: moudules -> modules --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 3d430326c91..5a92ec8ddcc 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -18,7 +18,7 @@ The directory "./library", alongside your top level playbooks, is also automatic added as a search directory. Should you develop an interesting Ansible module, consider sending a pull request to the -`moudules-extras project `_. There's also a core +`modules-extras project `_. There's also a core repo for more established and widely used modules. "Extras" modules may be promoted to core periodically, but there's no fundamental difference in the end - both ship with ansible, all in one package, regardless of how you acquire ansible.