Skip to content

Commit a65c331

Browse files
authored
Corrected a typo In options list (ansible#81655)
There was a typo in the word "container", it was spelled "contianer"
1 parent 45f4fc8 commit a65c331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ansible/plugins/filter/extract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DOCUMENTATION:
1212
description: Index or key to extract.
1313
type: raw
1414
required: true
15-
contianer:
15+
container:
1616
description: Dictionary or list from which to extract a value.
1717
type: raw
1818
required: true

0 commit comments

Comments
 (0)