Skip to content

Commit fd27ed0

Browse files
committed
docs(bulk-model-sync-gradle): minor fixes
1 parent 75ea858 commit fd27ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/global/modules/core/pages/reference/component-bulk-model-sync-gradle.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A common example would be synchronizing a local MPS project to a `model-server`.
1515
.Bulk Synchronization between MPS and model-server
1616
image::bulk-model-sync-gradle.overview.png[Bulk Synchronization between MPS and model-server]
1717

18-
It allows the definition of sync directions by specifying source and target endpoint.
18+
The plugin allows the definition of sync directions inside of a `modelSync` block by specifying source and target endpoint.
1919
Based on these directions, Gradle tasks will be generated, which can be run to trigger the corresponding synchronization.
2020

2121
Internally, the node data will be bulk exported from the source endpoint and stored as JSON files.
@@ -140,4 +140,4 @@ modelSync {
140140
}
141141
--
142142

143-
Generated gradle task to perform synchronization: `runSyncPushToMyServer`.
143+
Generated Gradle task to perform synchronization: `runSyncPushToMyServer`.

0 commit comments

Comments
 (0)