plugins: Doc improvement (#41378)

* Typo fixes
* Grammer fixes
* Option fixes

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-06-13 11:52:42 +05:30 committed by GitHub
parent d6ba139713
commit 063d19048d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 23 additions and 24 deletions

View file

@ -37,7 +37,7 @@ DOCUMENTATION = '''
'''
EXAMPLES = """
# All this examples depends on hiera.yml that describes the hierarchy
# All this examples depends on hiera.yml that describes the hierarchy
- name: "a value from Hiera 'DB'"
debug: msg={{ lookup('hiera', 'foo') }}