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
|
default: filter
|
||||||
choices: [ "filter", "nat", "mangle", "raw", "security" ]
|
choices: [ "filter", "nat", "mangle", "raw", "security" ]
|
||||||
state:
|
state:
|
||||||
description: Wheter the rule should be absent or present.
|
description: Whether the rule should be absent or present.
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: [ "present", "absent" ]
|
choices: [ "present", "absent" ]
|
||||||
|
|
Loading…
Reference in a new issue