Skip to content

Commit 2999884

Browse files
ckerrpull[bot]
authored andcommitted
docs: capitalize POSIX and Windows correctly (electron#44546)
* docs: capitalize POSIX correctly * docs: capitalize Windows correctly
1 parent f02af3a commit 2999884

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/api/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Returns:
416416
* `launch-failed` - Process never successfully launched
417417
* `integrity-failure` - Windows code integrity checks failed
418418
* `exitCode` number - The exit code for the process
419-
(e.g. status from waitpid if on posix, from GetExitCodeProcess on Windows).
419+
(e.g. status from waitpid if on POSIX, from GetExitCodeProcess on Windows).
420420
* `serviceName` string (optional) - The non-localized name of the process.
421421
* `name` string (optional) - The name of the process.
422422
Examples for utility: `Audio Service`, `Content Decryption Module Service`, `Network Service`, `Video Capture`, etc.

docs/api/command-line-switches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Without `*` prefix the URL has to match exactly.
3838

3939
### --disable-ntlm-v2
4040

41-
Disables NTLM v2 for posix platforms, no effect elsewhere.
41+
Disables NTLM v2 for POSIX platforms, no effect elsewhere.
4242

4343
### --disable-http-cache
4444

docs/api/shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Open the given file in the desktop's default manner.
3636

3737
### `shell.openExternal(url[, options])`
3838

39-
* `url` string - Max 2081 characters on windows.
39+
* `url` string - Max 2081 characters on Windows.
4040
* `options` Object (optional)
4141
* `activate` boolean (optional) _macOS_ - `true` to bring the opened application to the foreground. The default is `true`.
4242
* `workingDirectory` string (optional) _Windows_ - The working directory.

docs/api/utility-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ child process terminates.
147147
Returns:
148148

149149
* `code` number - Contains the exit code for
150-
the process obtained from waitpid on posix, or GetExitCodeProcess on windows.
150+
the process obtained from waitpid on POSIX, or GetExitCodeProcess on Windows.
151151

152152
Emitted after the child process ends.
153153

0 commit comments

Comments
 (0)