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 2019/09/25 22:04:25 UTC

[cordova-electron] branch master updated: fix typo (#96)

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-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new d758a46  fix typo (#96)
d758a46 is described below

commit d758a46e123cef6e65b3fe4a7214654e79ea31db
Author: Florian Bernard <fl...@gmail.com>
AuthorDate: Thu Sep 26 00:04:20 2019 +0200

    fix typo (#96)
---
 DOCUMENTATION.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md
index 38accb8..95071bb 100644
--- a/DOCUMENTATION.md
+++ b/DOCUMENTATION.md
@@ -316,7 +316,7 @@ It is also possible to supply additional parameters using the [optional] `option
 
 ## 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