docs: capitalize POSIX and Windows correctly (#44546)
* docs: capitalize POSIX correctly * docs: capitalize Windows correctly
This commit is contained in:
parent
1c1eb3e19d
commit
1835c0ab6c
4 changed files with 4 additions and 4 deletions
|
@ -416,7 +416,7 @@ Returns:
|
|||
* `launch-failed` - Process never successfully launched
|
||||
* `integrity-failure` - Windows code integrity checks failed
|
||||
* `exitCode` number - The exit code for the process
|
||||
(e.g. status from waitpid if on posix, from GetExitCodeProcess on Windows).
|
||||
(e.g. status from waitpid if on POSIX, from GetExitCodeProcess on Windows).
|
||||
* `serviceName` string (optional) - The non-localized name of the process.
|
||||
* `name` string (optional) - The name of the process.
|
||||
Examples for utility: `Audio Service`, `Content Decryption Module Service`, `Network Service`, `Video Capture`, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue