1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix docs typo modules_intro.rst (#40835)

Fixed typo in modules_intro.rst.

+label: docsite_pr
This commit is contained in:
MironVeryanskiy 2018-06-07 16:17:20 -04:00 committed by Alicia Cozine
parent d7df072b96
commit f785bf3a9c

View file

@ -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::