Skip to content

Commit f6b9850

Browse files
authored
Merge pull request #624 from wking/windows-optional-case
config: Fix 'optional' -> 'OPTIONAL' for 'windows'
2 parents 176fe80 + a208e44 commit f6b9850

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)