Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ensure all links are on a single line #42235

Merged
merged 1 commit into from
May 28, 2024

docs: ensure all links are on a single line

1c1909d
Select commit
Loading
Failed to load commit list.
Merged

docs: ensure all links are on a single line #42235

docs: ensure all links are on a single line
1c1909d
Select commit
Loading
Failed to load commit list.
Electron Archaeologist / Artifact Comparison completed May 21, 2024 in 1m 20s

Changes Detected

Looks like the electron.d.ts file changed.

--- a/electron.old.d.ts
+++ b/electron.new.d.ts
@@ -20659,8 +20659,8 @@ declare namespace Electron {
      * `true` to open the app as hidden. Defaults to `false`. The user can edit this
      * setting from the System Preferences so
      * `app.getLoginItemSettings().wasOpenedAsHidden` should be checked when the app is
-     * opened to know the current value. This setting is not available on MAS build s
-     * or on macOS 13 and up.
+     * opened to know the current value. This setting is not available on MAS builds or
+     * on macOS 13 and up.
      *
      * @deprecated
      * @platform darwin