typofix - globbing instead of globing. (#69515)
Fix typo introduced in PR #69087
This commit is contained in:
parent
83381cd912
commit
d63a71e3f8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ DOCUMENTATION = """
|
|||
description: path(s) of files to read
|
||||
required: True
|
||||
notes:
|
||||
- This lookup does not understand 'globing' nor shell environment variables.
|
||||
- This lookup does not understand 'globbing' nor shell environment variables.
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
Loading…
Reference in a new issue