fix typo error
fix spell error for whether
This commit is contained in:
parent
fe74209d00
commit
64d5502fbe
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