Skip to content

Commit

Permalink
config: Fix 'optional' -> 'OPTIONAL' for 'windows'
Browse files Browse the repository at this point in the history
The shift happened in c35cf57 (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 <wking@tremily.us>
  • Loading branch information
wking committed Nov 14, 2016
1 parent cc983bb commit a208e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a208e44

Please sign in to comment.