docs: capitalize POSIX and Windows correctly (#44546)

* docs: capitalize POSIX correctly

* docs: capitalize Windows correctly
This commit is contained in:
Charles Kerr 2024-11-04 15:12:23 -06:00 committed by GitHub
parent 1c1eb3e19d
commit 1835c0ab6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ Open the given file in the desktop's default manner.
### `shell.openExternal(url[, options])`
* `url` string - Max 2081 characters on windows.
* `url` string - Max 2081 characters on Windows.
* `options` Object (optional)
* `activate` boolean (optional) _macOS_ - `true` to bring the opened application to the foreground. The default is `true`.
* `workingDirectory` string (optional) _Windows_ - The working directory.