Skip to content

Commit a5b8598

Browse files
Merge pull request #936 from wking/root-dedent
config: Dedent root paragraphs, since they aren't a list entry
2 parents 1584629 + 5d9bbad commit a5b8598

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)