You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/27 09:01:17 UTC

[cordova-docs] branch master updated: Rename Section Titles with Apostrophes (#956)

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

erisu 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 758e1cc  Rename Section Titles with Apostrophes (#956)
758e1cc is described below

commit 758e1cc06c4be94f016c30efa2abf366e2dffc56
Author: Gedas Gardauskas <ge...@gmail.com>
AuthorDate: Wed Mar 27 18:01:11 2019 +0900

    Rename Section Titles with Apostrophes (#956)
---
 www/docs/en/9.x/guide/platforms/electron/index.md | 8 ++++----
 www/docs/en/dev/guide/platforms/electron/index.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www/docs/en/9.x/guide/platforms/electron/index.md b/www/docs/en/9.x/guide/platforms/electron/index.md
index 1094f50..3957ada 100644
--- a/www/docs/en/9.x/guide/platforms/electron/index.md
+++ b/www/docs/en/9.x/guide/platforms/electron/index.md
@@ -89,7 +89,7 @@ $ cordova build electron --debug
 $ cordova build electron --release
 ```
 
-## Customizing the Application's Window Process
+## Customizing Application Window
 
 Electron provides many options to manipulate the [`BrowserWindow`](https://electronjs.org/docs/api/browser-window). This section will cover how to configure a few basic options. For a full list of options, please see the [Electron's Docs - BrowserWindow Options](https://electronjs.org/docs/api/browser-window#new-browserwindowoptions).
 
@@ -112,7 +112,7 @@ To override or set any BrowserWindow options, in this file the options are added
 }
 ```
 
-### How to set the window's default size?
+### How to set the default window size?
 
 By default, the `width` is set to **800** and the `height` set to **600**. This can be overridden by setting the `width` and `height` property.
 
@@ -144,7 +144,7 @@ By default, the `width` is set to **800** and the `height` set to **600**. This
 #### How to make my window fullscreen?
 
 Using the `fullscreen` flag property, you can force the application to launch in fullscreen.
-
+1
 **Example:**
 ```json
 {
@@ -170,7 +170,7 @@ Using the `fullscreen` flag property, you can force the application to launch in
 }
 ```
 
-## Customizing the Electron's Main Process
+## Customizing 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.
 
diff --git a/www/docs/en/dev/guide/platforms/electron/index.md b/www/docs/en/dev/guide/platforms/electron/index.md
index 1094f50..3957ada 100644
--- a/www/docs/en/dev/guide/platforms/electron/index.md
+++ b/www/docs/en/dev/guide/platforms/electron/index.md
@@ -89,7 +89,7 @@ $ cordova build electron --debug
 $ cordova build electron --release
 ```
 
-## Customizing the Application's Window Process
+## Customizing Application Window
 
 Electron provides many options to manipulate the [`BrowserWindow`](https://electronjs.org/docs/api/browser-window). This section will cover how to configure a few basic options. For a full list of options, please see the [Electron's Docs - BrowserWindow Options](https://electronjs.org/docs/api/browser-window#new-browserwindowoptions).
 
@@ -112,7 +112,7 @@ To override or set any BrowserWindow options, in this file the options are added
 }
 ```
 
-### How to set the window's default size?
+### How to set the default window size?
 
 By default, the `width` is set to **800** and the `height` set to **600**. This can be overridden by setting the `width` and `height` property.
 
@@ -144,7 +144,7 @@ By default, the `width` is set to **800** and the `height` set to **600**. This
 #### How to make my window fullscreen?
 
 Using the `fullscreen` flag property, you can force the application to launch in fullscreen.
-
+1
 **Example:**
 ```json
 {
@@ -170,7 +170,7 @@ Using the `fullscreen` flag property, you can force the application to launch in
 }
 ```
 
-## Customizing the Electron's Main Process
+## Customizing 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.
 


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