Skip to content

Commit 5d9bbad

Browse files
committed
config: Dedent root paragraphs, since they aren't a list entry
I'd broken this in 2022e3e (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 <pre> block. Signed-off-by: W. Trevor King <[email protected]>
1 parent 1584629 commit 5d9bbad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ For all platform-specific configuration values, the scope defined below in the [
2727
## <a name="configRoot" />Root
2828

2929
**`root`** (object, OPTIONAL) specifies the container's root filesystem.
30-
On Windows, for Windows Server Containers, this field is REQUIRED.
31-
For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.
30+
On Windows, for Windows Server Containers, this field is REQUIRED.
31+
For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.
3232

33-
On all other platforms, this field is REQUIRED.
33+
On all other platforms, this field is REQUIRED.
3434

3535
* **`path`** (string, REQUIRED) Specifies the path to the root filesystem for the container.
3636

0 commit comments

Comments
 (0)