Skip to content

Commit

Permalink
Fix typo in ignition documentation (hashicorp#14469)
Browse files Browse the repository at this point in the history
  • Loading branch information
monder authored and stack72 committed May 15, 2017
1 parent dd2bc1e commit 0e0c61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/providers/ignition/d/config.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The following arguments are supported:

* `groups` - (Optional) The list of groups to be added.

* `append` - (Optional) A block with config that will replace the current.
* `append` - (Optional) Any number of blocks with the configs to be appended to the current config.

* `replace` - (Optional) Any number of blocks with the configs to be appended to the current config.
* `replace` - (Optional) A block with config that will replace the current.


The `append` and `replace` blocks supports:
Expand Down

0 comments on commit 0e0c61b

Please sign in to comment.