fix typo in collection/plugins/readme (#63162)

This commit is contained in:
Sebastian Gumprich 2019-10-08 17:12:34 +02:00 committed by ansibot
parent 35c3d831fb
commit da1a945088

View file

@ -4,7 +4,7 @@ This directory can be used to ship various plugins inside an Ansible collection.
is named after the type of plugin it is in. It can also include the `module_utils` and `modules` directory that
would contain module utils and modules respectively.
Here is an example directory of the majority of plugins currently supported by Ansible;
Here is an example directory of the majority of plugins currently supported by Ansible:
```
└── plugins
@ -28,4 +28,4 @@ Here is an example directory of the majority of plugins currently supported by A
└── vars
```
A full list of plugin types can be found at [Working With Plugins]({{ ansible_plugin_list_dir }}).
A full list of plugin types can be found at [Working With Plugins]({{ ansible_plugin_list_dir }}).