Updates to fileglob Documentation (#40461)

This commit is contained in:
Daryl Tucker
2018-05-23 18:59:42 -07:00
committed by Jordan Borean
parent a4db5c3ae8
commit 5edc46431a

View File

@@ -17,7 +17,8 @@ DOCUMENTATION = """
description: path(s) of files to read
required: True
notes:
- Patterns ore only supported on files, not directory/paths.
- Patterns are only supported on files, not directory/paths.
- Matching is against local system files.
"""
EXAMPLES = """