From 4c0d1798b48495b2eb74d4b30fc3f5ec9c02d9bb Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Tue, 31 Jul 2018 09:24:44 -0500 Subject: [PATCH] Fix docs typo modules_intro.rst (#40835) (#43452) Fixed typo in modules_intro.rst. +label: docsite_pr (cherry picked from commit f785bf3a9c6f94ad738cd1fb1c77781f2ea6b5d0) --- docs/docsite/rst/user_guide/modules_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/modules_intro.rst b/docs/docsite/rst/user_guide/modules_intro.rst index a598c35bd7d..25ea270d55c 100644 --- a/docs/docsite/rst/user_guide/modules_intro.rst +++ b/docs/docsite/rst/user_guide/modules_intro.rst @@ -3,7 +3,7 @@ Introduction ============ -Modules (also referred to as "task plugins" or "library plugins") are discrete unites of code that can be used from the command line or in a playbook task. +Modules (also referred to as "task plugins" or "library plugins") are discrete units of code that can be used from the command line or in a playbook task. Let's review how we execute three different modules from the command line::