From f785bf3a9c6f94ad738cd1fb1c77781f2ea6b5d0 Mon Sep 17 00:00:00 2001 From: MironVeryanskiy Date: Thu, 7 Jun 2018 16:17:20 -0400 Subject: [PATCH] Fix docs typo modules_intro.rst (#40835) Fixed typo in modules_intro.rst. +label: docsite_pr --- 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 a598c35bd7..25ea270d55 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::