Skip to content

Commit

Permalink
docs: Typo in Interface MakerDMGConfig (#3550)
Browse files Browse the repository at this point in the history
Docs: Typo in Interface MakerDMGConfig

Referenced package is named `node-appdmg` not `node-appdmng`.

Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
  • Loading branch information
zsewa and VerteDinde committed Apr 9, 2024
1 parent 5ba9232 commit dc0b494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/maker/dmg/src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface MakerDMGConfig {
*/
contents?: DMGContents[] | ((opts: MakerDMGConfig & AdditionalDMGOptions) => DMGContents[]);
/**
* Additional options to pass through to node-appdmng
* Additional options to pass through to node-appdmg
*
* All available options are available in the [`appdmg` docs](https://github.com/LinusU/node-appdmg)
*/
Expand Down

0 comments on commit dc0b494

Please sign in to comment.