Merge pull request #624 from wking/windows-optional-case

config: Fix 'optional' -> 'OPTIONAL' for 'windows'
This commit is contained in:
Daniel, Dao Quang Minh 2016-11-14 18:05:03 -08:00 committed by GitHub
commit f6b9850fea
1 changed files with 1 additions and 1 deletions

View File

@ -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)