Skip to content

Commit 454f164

Browse files
committed
config: config: Fix 'optional' -> 'OPTIONAL' for 'windows'
The shift happened in c35cf57 (config: Replace "optional" with "OPTIONAL", 2016-09-17, opencontainers#574) and the 'windows' entry landed in parallel with dc8f2c2 (Add support for Windows-based containers, 2016-09-16, opencontainers#573). Signed-off-by: W. Trevor King <[email protected]>
1 parent cc983bb commit 454f164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ For Windows based systems the user structure has the following fields:
292292
This SHOULD only be set if **`platform.os`** is `linux`.
293293
* **`solaris`** (object, OPTIONAL) [Solaris-specific configuration](config-solaris.md).
294294
This SHOULD only be set if **`platform.os`** is `solaris`.
295-
* **`windows`** (object, optional) [Windows-specific configuration](config-windows.md).
295+
* **`windows`** (object, OPTIONAL) [Windows-specific configuration](config-windows.md).
296296
This SHOULD only be set if **`platform.os`** is `windows`.
297297

298298
### Example (Linux)

0 commit comments

Comments
 (0)