Skip to content

Commit

Permalink
Merge pull request #624 from wking/windows-optional-case
Browse files Browse the repository at this point in the history
config: Fix 'optional' -> 'OPTIONAL' for 'windows'
  • Loading branch information
dqminh authored Nov 15, 2016
2 parents 176fe80 + a208e44 commit f6b9850
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 f6b9850

Please sign in to comment.