You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/07/05 09:06:19 UTC

[cordova-docs] branch master updated: Fixed a typo in electron index.md (#1093)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new d23e885  Fixed a typo in electron index.md (#1093)
d23e885 is described below

commit d23e885997bffee4c1b44228eecbd7dd34e7b6a9
Author: Kelvin <ke...@users.noreply.github.com>
AuthorDate: Sun Jul 5 05:06:11 2020 -0400

    Fixed a typo in electron index.md (#1093)
---
 www/docs/en/dev/guide/platforms/electron/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/en/dev/guide/platforms/electron/index.md b/www/docs/en/dev/guide/platforms/electron/index.md
index 79e7bbe..2eb7ab4 100644
--- a/www/docs/en/dev/guide/platforms/electron/index.md
+++ b/www/docs/en/dev/guide/platforms/electron/index.md
@@ -177,7 +177,7 @@ Set the `nodeIntegration` flag property to `true`.  By default, this property fl
 
 ## Customizing the Electron's Main Process
 
-If it is necessary to customize the Electron's main process beyond the scope of the Electron's configuration settings, chances can be added directly to the `cdv-electron-main.js` file located in `{PROJECT_ROOT_DIR}/platform/electron/platform_www/`. This is the application's main process.
+If it is necessary to customize the Electron's main process beyond the scope of the Electron's configuration settings, changes can be added directly to the `cdv-electron-main.js` file located in `{PROJECT_ROOT_DIR}/platform/electron/platform_www/`. This is the application's main process.
 
 > &#10071; However, it is not recommended to modify this file as the upgrade process for `cordova-electron` is to remove the old platform before adding the new version.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org