mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix typo error
fix spell error for whether
This commit is contained in:
parent
164e1f3baa
commit
8e509c2736
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ options:
|
|||
default: filter
|
||||
choices: [ "filter", "nat", "mangle", "raw", "security" ]
|
||||
state:
|
||||
description: Wheter the rule should be absent or present.
|
||||
description: Whether the rule should be absent or present.
|
||||
required: false
|
||||
default: present
|
||||
choices: [ "present", "absent" ]
|
||||
|
|
Loading…
Reference in a new issue