diff --git a/lib/ansible/galaxy/data/default/collection/plugins/README.md.j2 b/lib/ansible/galaxy/data/default/collection/plugins/README.md.j2
index 99133b19c2b..7c006cfa76f 100644
--- a/lib/ansible/galaxy/data/default/collection/plugins/README.md.j2
+++ b/lib/ansible/galaxy/data/default/collection/plugins/README.md.j2
@@ -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 }}).
\ No newline at end of file
+A full list of plugin types can be found at [Working With Plugins]({{ ansible_plugin_list_dir }}).