From a208e446e7652e4e2176d0060d6bfea1f114f403 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 13 Nov 2016 21:43:28 -0800 Subject: [PATCH] config: Fix 'optional' -> 'OPTIONAL' for 'windows' The shift happened in c35cf573 (config: Replace "optional" with "OPTIONAL", 2016-09-17, #574) and the 'windows' entry landed in parallel with dc8f2c2 (Add support for Windows-based containers, 2016-09-16, #573). Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index a24130f8b..f8d2d904c 100644 --- a/config.md +++ b/config.md @@ -292,7 +292,7 @@ For Windows based systems the user structure has the following fields: This SHOULD only be set if **`platform.os`** is `linux`. * **`solaris`** (object, OPTIONAL) [Solaris-specific configuration](config-solaris.md). This SHOULD only be set if **`platform.os`** is `solaris`. -* **`windows`** (object, optional) [Windows-specific configuration](config-windows.md). +* **`windows`** (object, OPTIONAL) [Windows-specific configuration](config-windows.md). This SHOULD only be set if **`platform.os`** is `windows`. ### Example (Linux)