Skip to content

Commit 375ee8d

Browse files
committed
Formatting and spelling
1 parent 501b496 commit 375ee8d

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

content/en/docs/refguide/runtime/mendix-client.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ These are functions of the environment in which the Mendix Client is running. In
7070

7171
This is the static data which is needed by the Mendix Client. For a browser-based client, this data is held online, with the Runtime Server. For native mobile apps, this is held locally on the device.
7272

73-
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (css files) which define the app’s theme, and JavaScript files which define client-side logic.
73+
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (CSS files) which define the app’s theme, and JavaScript files which define client-side logic.
7474

7575
### 2.9 Data API
7676

@@ -100,11 +100,11 @@ To avoid performance issues, the Mendix Client does not send the entire state to
100100

101101
Determining which parts of the state should be send to the runtime consists of two parts.
102102

103-
During deployment, all microflows “reachable” from the client are analysed, such as:
103+
During deployment, all microflows “reachable” from the client are analyzed, such as:
104104

105-
- Event handler of entities
106-
- Microflows called from a nanoflows
107-
- Microflows called from the page
105+
* Event handler of entities
106+
* Microflows called from a nanoflows
107+
* Microflows called from the page
108108

109109
This analysis is done based on the microflow parameters and their usages throughout the microflow. Any time an association is used in the microflow, the association is marked, and will also be sent along in the request if needed. In some cases, such as Java actions, the analysis is not done as it would be too performance heavy. In that case, all objects associated to the microflow parameters will be sent along.
110110

@@ -212,7 +212,7 @@ When the app is deployed, the static resources are placed in a structure referre
212212

213213
* index.html – the initial HTML page which is loaded when the end-user starts the Mendix Client — this contains the client configuration and other static non-Mendix content (for example if Google analytics is added to the app)
214214
* mxui.js – the main Mendix Client code
215-
* app styling/Atlas – the app-specific css styling and static visual elements which define how a page is displayed
215+
* app styling/Atlas – the app-specific CSS styling and static visual elements which define how a page is displayed
216216
* widgets – both native and web core widgets which are used by this app
217217
* page definitions – xml page definitions which tell the Mendix Client what the pages for this app look like
218218

content/en/docs/refguide9/runtime/mendix-client.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ These are functions of the environment in which the Mendix Client is running. In
7272

7373
This is the static data which is needed by the Mendix Client. For a browser-based client, this data is held online, with the Runtime Server. For native mobile apps, this is held locally on the device.
7474

75-
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (css files) which define the app’s theme, and JavaScript files which define client-side logic.
75+
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (CSS files) which define the app’s theme, and JavaScript files which define client-side logic.
7676

7777
### 2.9 Data API
7878

@@ -102,11 +102,11 @@ To avoid performance issues, the Mendix Client does not send the entire state to
102102

103103
Determining which parts of the state should be send to the runtime consists of two parts.
104104

105-
During deployment, all microflows “reachable” from the client are analysed, such as:
105+
During deployment, all microflows “reachable” from the client are analyzed, such as:
106106

107-
- Event handler of entities
108-
- Microflows called from a nanoflows
109-
- Microflows called from the page
107+
* Event handler of entities
108+
* Microflows called from a nanoflows
109+
* Microflows called from the page
110110

111111
This analysis is done based on the microflow parameters and their usages throughout the microflow. Any time an association is used in the microflow, the association is marked, and will also be sent along in the request if needed. In some cases, such as Java actions, the analysis is not done as it would be too performance heavy. In that case, all objects associated to the microflow parameters will be sent along.
112112

@@ -214,7 +214,7 @@ When the app is deployed, the static resources are placed in a structure referre
214214

215215
* index.html – the initial HTML page which is loaded when the end-user starts the Mendix Client — this contains the client configuration and other static non-Mendix content (for example if Google analytics is added to the app)
216216
* mxui.js – the main Mendix Client code
217-
* app styling/Atlas – the app-specific css styling and static visual elements which define how a page is displayed
217+
* app styling/Atlas – the app-specific CSS styling and static visual elements which define how a page is displayed
218218
* widgets – both native and web core widgets which are used by this app
219219
* page definitions – xml page definitions which tell the Mendix Client what the pages for this app look like
220220

0 commit comments

Comments
 (0)