From 5d9bbad30e1a7492a863c1a635d085a28ec92735 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 8 Nov 2017 20:50:54 -0800 Subject: [PATCH] config: Dedent root paragraphs, since they aren't a list entry I'd broken this in 2022e3ec (config: Bump Hyper-V condition from root.path to root itself, 2017-05-18, #838), where I'd misread the initial bolding ** as a list bullet or something. The extra indents don't cause a problem for the first paragraph, but they cause the "On all other platforms..." paragraph to be interpreted as a
 block.

Signed-off-by: W. Trevor King 
---
 config.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.md b/config.md
index 65d80cdb8..06801f5dd 100644
--- a/config.md
+++ b/config.md
@@ -27,10 +27,10 @@ For all platform-specific configuration values, the scope defined below in the [
 ## Root
 
 **`root`** (object, OPTIONAL) specifies the container's root filesystem.
-    On Windows, for Windows Server Containers, this field is REQUIRED.
-    For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.
+On Windows, for Windows Server Containers, this field is REQUIRED.
+For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.
 
-    On all other platforms, this field is REQUIRED.
+On all other platforms, this field is REQUIRED.
 
 * **`path`** (string, REQUIRED) Specifies the path to the root filesystem for the container.