From 8865469271ac25466c9c1d85a72889fec8b20ed8 Mon Sep 17 00:00:00 2001 From: Patrick Hallisey Date: Tue, 14 May 2024 17:06:16 -0700 Subject: [PATCH] Update wording in configuration.md (#173) --- config/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configuration.md b/config/configuration.md index 1691867..e72a6fe 100644 --- a/config/configuration.md +++ b/config/configuration.md @@ -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.