Skip to content

Commit 01f551c

Browse files
committed
Remove duplicate words
1 parent baa905c commit 01f551c

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

content/en/docs/appstore/use-content/modules/aws/amazon-location-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ The domain model is a data model that describes the information in your applicat
335335

336336
| Name | Description |
337337
| --- | --- |
338-
| N/A | This has no attributes but holds a `SearchPlaceIndexForPositionSummary` object and and an associated list of `SearchForPositionResult` objects. |
338+
| N/A | This has no attributes but holds a `SearchPlaceIndexForPositionSummary` object and an associated list of `SearchForPositionResult` objects. |
339339

340340
#### 4.1.36 SearchForPositionResult
341341

content/en/docs/appstore/use-content/partner-solutions/apd/rg-apd/rg-one-apm/rg-one-measurements-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **Measurement configuration** tab allows you to do the following:
4141
* **Calculate with expression**
4242
* If yes, the **Expression** field appears (see below for the expression details)
4343
* If yes, the **Parameter** field appears (this parameter can be used in the expression)
44-
* Set the **Frequency (s)** that the measurement is run in in seconds
44+
* Set the **Frequency (s)** that the measurement is run in seconds
4545
* **Store in database** stores the measurement in the database
4646
* You can only measure for triggers; for charts you need the database to be stored in the database
4747
* The **Remove data after (days)** configures the automatic cleanup (purge) of the data

content/en/docs/appstore/use-content/partner-solutions/ats/rg-ats/v1/rg-one-data-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ When importing data records all existing records in the dataset will be removed
9999
{{% /alert %}}
100100

101101
{{% alert color="info" %}}
102-
When importing data from from Excel, ATS will try to convert data that doesn't match the expected data type. In case a conversion is not possible (for example, from a string to an integer) the resulting value will be empty. Always check your data after import to be sure all data was completely imported.
102+
When importing data from Excel, ATS will try to convert data that doesn't match the expected data type. In case a conversion is not possible (for example, from a string to an integer) the resulting value will be empty. Always check your data after import to be sure all data was completely imported.
103103
{{% /alert %}}
104104

105105
You can simply export a dataset by clicking the **Export to Excel** button.

content/en/docs/appstore/use-content/services/pusher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
The [Pusher](https://marketplace.mendix.com/link/component/107957/) service allows you to trigger a microflow or nanoflow directly from the server on non-native client apps. This means it is triggered from the other session, without waiting for end-users to interact with the page.
1313

14-
In the standard situation, updates in the client are triggered by a user interaction, by timed actions, or by data-grid refresh time. For information not created by the same user session that needs to be updated immediately in the client app, the Mendix core product does not support a viable option to accomplish this. As an alternative, you need need to refresh the page constantly with timers or constant clicking. This is not user-friendly, and it is not preferred when scaling.
14+
In the standard situation, updates in the client are triggered by a user interaction, by timed actions, or by data-grid refresh time. For information not created by the same user session that needs to be updated immediately in the client app, the Mendix core product does not support a viable option to accomplish this. As an alternative, you need to refresh the page constantly with timers or constant clicking. This is not user-friendly, and it is not preferred when scaling.
1515

1616
With this service, you can create a notify event on the server that directly causes an action in the client application. The event is based on a persistable object that is available in the server and the client page. From a microflow, the notify action will send a message to every listening widget that is listening to the same object and the action name.
1717

content/en/docs/catalog/manage/landscape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ By default, the **Search** pane is on the left of the Landscape screen. When a s
4646

4747
When you click any of the nodes or connections, the metadata pane on the right displays further details.
4848

49-
You can pan around the landscape and and zoom using the mouse. You can also collapse both the search pane and the metadata pane so that the full screen area is available for viewing.
49+
You can pan around the landscape and zoom using the mouse. You can also collapse both the search pane and the metadata pane so that the full screen area is available for viewing.
5050

5151
### 2.3 Nodes
5252

content/en/docs/deployment/deploying-to-mindsphere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Add the *RegisterSingleSignOn* microflow as the **After startup** microflow or a
138138
If you are using the Siemens Insights Hub Starter Application, this will already be set up as the *After startup* microflow.
139139
{{% /alert %}}
140140

141-
If you are are modifying an existing app, you can do this on the *Runtime* tab of the **App** > **Settings** dialog box accessed through the **App Explorer**.
141+
If you are modifying an existing app, you can do this on the *Runtime* tab of the **App** > **Settings** dialog box accessed through the **App Explorer**.
142142

143143
{{< figure src="/attachments/deployment/deploying-to-mindsphere/image4.png" alt="App settings dialog" class="no-border" >}}
144144

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-rest-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ This option allows you to send binary data (for example, the contents of a FileD
177177

178178
This option allows you to generate a multipart/form-data request for multiple parts. Each part is a pair with a key and a value (microflow expression).
179179

180-
FileDocuments and images are are also supported for this option when used as variables in microflow expressions.
180+
FileDocuments and images are also supported for this option when used as variables in microflow expressions.
181181

182182
For each part, you can specify the HTTP headers. For each part, by default, the **Content-Disposition** (for file documents and images) and **Content-Type** (for all parts) headers are added. You can specify different values for these headers, or add other headers.
183183

content/en/docs/refguide/modeling/pages/chart-widgets/charts-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add series and configure their properties, each series represents a dataset. For
5050

5151
1. Data source<a id="data-source"></a>
5252

53-
The data for each each series can originate from a different data source. You can add additional data series in the **Chart properties** tab.
53+
The data for each series can originate from a different data source. You can add additional data series in the **Chart properties** tab.
5454

5555
{{< figure src="/attachments/refguide/modeling/pages/chart-widgets/charts-configuration/series-item-data-source.png" alt="Edit series Data source tab" class="no-border" >}}
5656

content/en/docs/refguide8/modeling/application-logic/activities/integration-activities/call-rest-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This option allows you to send binary data (for example, the contents of a FileD
174174

175175
This option allows you to generate a multipart/form-data request for multiple parts. Each part is a pair with a key and a value (microflow expression).
176176

177-
FileDocuments and images are are also supported for this option when used as variables in microflow expressions.
177+
FileDocuments and images are also supported for this option when used as variables in microflow expressions.
178178

179179
#### 6.3.1 Content Type
180180

content/en/docs/refguide8/modeling/pages/chart-widgets/charts-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add series and configure their properties, each series represents a dataset. For
5050

5151
1. Data source<a id="data-source"></a>
5252

53-
The data for each each series can originate from a different data source. You can add additional data series in the **Chart properties** tab.
53+
The data for each series can originate from a different data source. You can add additional data series in the **Chart properties** tab.
5454

5555
{{< figure src="/attachments/refguide8/modeling/pages/chart-widgets/charts-configuration/series-item-data-source.png" alt="Edit series Data source tab" class="no-border" >}}
5656

0 commit comments

Comments
 (0)