From 0e0c61bbd8a190cdd69a82910a43c630fab948d6 Mon Sep 17 00:00:00 2001 From: Aleksejs Sinicins Date: Mon, 15 May 2017 13:08:24 +0300 Subject: [PATCH] Fix typo in ignition documentation (#14469) --- website/source/docs/providers/ignition/d/config.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/ignition/d/config.html.md b/website/source/docs/providers/ignition/d/config.html.md index bbf68bee7..a5ac3a755 100644 --- a/website/source/docs/providers/ignition/d/config.html.md +++ b/website/source/docs/providers/ignition/d/config.html.md @@ -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: