Skip to content

Commit

Permalink
Update wording in configuration.md (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored May 15, 2024
1 parent 9012b8f commit 8865469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How to configure Electron Forge

# Overview

Electron Forge configuration is centralized in a single configuration object. You can specify this config in your package.json on the `config.forge` property. This property can have be in one of two forms:
Electron Forge configuration is centralized in a single configuration object. You can specify this config in your package.json on the `config.forge` property. This property can be in one of two forms:

* An object containing your entire Forge configuration.
* A relative path pointing at a JavaScript file that exports your config.
Expand Down

0 comments on commit 8865469

Please sign in to comment.