From 5ce61249552b9d5912c39cbd5c0897c9e29ad9a8 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Sun, 30 Oct 2022 02:57:50 -0700 Subject: [PATCH] Fix typos --- README.md | 2 +- src/index.d.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c380877b..9c5c4e66 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Package your [Electron](https://electronjs.org) app into OS-specific bundles (`. [![CircleCI Build Status](https://circleci.com/gh/electron/electron-packager/tree/main.svg?style=svg)](https://circleci.com/gh/electron/electron-packager/tree/main) [![Coverage Status](https://codecov.io/gh/electron/electron-packager/branch/main/graph/badge.svg)](https://codecov.io/gh/electron/electron-packager) -[![NPM](https://badgen.net/npm/v/electron-packager)](https://npm.im/electron-packager) +[![npm](https://badgen.net/npm/v/electron-packager)](https://npm.im/electron-packager) [![Discord](https://img.shields.io/discord/745037351163527189?color=blueviolet&logo=discord)](https://discord.com/invite/APGC3k5yaH) [Supported Platforms](#supported-platforms) | diff --git a/src/index.d.ts b/src/index.d.ts index 857ea3e7..73343c2a 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -461,7 +461,7 @@ declare namespace electronPackager { */ name?: string; /** - * If present, notarizes macOS target apps when the host platform is macOS and XCode is installed. + * If present, notarizes macOS target apps when the host platform is macOS and Xcode is installed. * See [`@electron/notarize`](https://github.com/electron/notarize#method-notarizeopts-promisevoid) * for option descriptions, such as how to use `appleIdPassword` safely or obtain an API key. * @@ -471,7 +471,7 @@ declare namespace electronPackager { */ osxNotarize?: OsxNotarizeOptions; /** - * If present, signs macOS target apps when the host platform is macOS and XCode is installed. + * If present, signs macOS target apps when the host platform is macOS and Xcode is installed. * When the value is `true`, pass default configuration to the signing module. See * [@electron/osx-sign](https://npm.im/@electron/osx-sign#opts---options) for sub-option descriptions and * their defaults. Options include, but are not limited to: