Skip to content

Commit 0fbcb53

Browse files
nkoestermhuster23
andcommitted
docs: apply suggestions from code review
Co-authored-by: Michael Huster <[email protected]>
1 parent 12463ab commit 0fbcb53

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The Modelix Project
2-
The modelix project develops an open source platform for (meta-)models on the web. We are native to the web and the cloud
2+
The modelix project develops an open source platform for (meta-)models on the web. We are native to the web and the cloud.
33

44
For general information on modelix, please refer to the [official modelix homepage](https://modelix.org) as well as the [platform documentation](https://docs.modelix.org).
55

@@ -8,7 +8,7 @@ For individual component specific documentation, see https://docs.modelix.org/mo
88
# modelix.core
99

1010
This repository contains the core components of the modelix platform.
11-
All components in this repository are have no dependencies to JetBrains MPS.
11+
All components in this repository have no dependencies to JetBrains MPS.
1212
If you are looking for MPS related modelix components, see https://github.com/modelix/modelix.
1313

1414

docs/global/modules/core/pages/howto/usage-light-model-client.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ client.runRead {
3939
}
4040
--
4141

42-
CAUTION: If you try to access a node that is not included in you *model query* an exception is thrown.
42+
CAUTION: If you try to access a node that is not included in your *model query* an exception is thrown.
4343

44-
You can use `INode.isLoaded()` to check is a node was loaded on the client to prevent this exception.
44+
You can use `INode.isLoaded()` to check if a node was loaded on the client to prevent this exception.
4545
You can also filter a list of nodes like this: `node.getChildren("modules").filterLoaded()`, to iterate only over the nodes that are included in your query.
4646

docs/global/modules/core/pages/howto/usage-metamodel-generator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ metamodel {
137137
[...]
138138
--
139139

140-
. The `org.modelix.metamodel.gradle` Gradle helper provides an additional target which will integrate into you build, so a simple re-build of your Gradle project should be sufficient. Alternatively, you can directly trigger the API generation via
140+
. The `org.modelix.metamodel.gradle` Gradle helper provides an additional target which will integrate into your build, so a simple re-build of your Gradle project should be sufficient. Alternatively, you can directly trigger the API generation via
141141
+
142142
[source,bash]
143143
--

docs/global/modules/core/pages/howto/usage-model-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ NOTE: If you are interested in a more practical usage of what is presented here,
1919
[modelix.core] $ ./gradlew model-server:run --args='-jdbcconf path-to-my-database.properties'
2020
--
2121
22-
- During development or to perform tests it is recommended to start the `model-server` with in-memory storage:
22+
- During development or to perform tests it is recommended to start the `model-server` with in-memory storage:
2323
+
2424
[source,bash]
2525
--

0 commit comments

Comments
 (0)