diff options
author | Zachary Peschke <8718570+zpeschke@users.noreply.github.com> | 2023-03-07 08:05:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 16:05:02 +0100 |
commit | 12c1891ce65ade57551560836d371c3c0af5c47a (patch) | |
tree | 591998edcc8e0f319c58ea82c6e3e3f47e706f36 /lib | |
parent | 367d45facd3af9bbc8159e4371d94e95629bed6d (diff) | |
download | ansible-12c1891ce65ade57551560836d371c3c0af5c47a.tar.gz |
Fix spelling and grammar in subelements filter doc (#80137)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/plugins/filter/subelements.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/filter/subelements.yml b/lib/ansible/plugins/filter/subelements.yml index a2d1a9402e..818237e932 100644 --- a/lib/ansible/plugins/filter/subelements.yml +++ b/lib/ansible/plugins/filter/subelements.yml @@ -1,7 +1,7 @@ DOCUMENTATION: name: subelements version_added: "2.7" - short_description: retuns a product of a list and it's elements + short_description: returns a product of a list and its elements positional: _input, _subelement, skip_missing description: - This produces a product of an object and the subelement values of that object, similar to the subelements lookup. This lets you specify individual subelements to use in a template I(_input). |