Skip to content

Commit 3b4ecd7

Browse files
Merge pull request #13532 from Pa-Touche/patch-1
Corrected typos
2 parents 233b7bb + db49f0e commit 3b4ecd7

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

sormas-app/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The SORMAS Android app is designed for use by users at the level of hospitals, c
44
These have only limited access to the overall data of the system, so it is possible to transfer the relevant data set and make it available offline.
55

66
The **offline** functionality was also one of the core requirements in the development of the app, as it is also to be used in areas where no or hardly any mobile data network is available.
7-
This makes it possible for users to use the app freely and, for example, to synchronise the recorded data with the server in the evening.
7+
This makes it possible for users to use the app freely and, for example, to synchronize the recorded data with the server in the evening.
88

99
The app covers **all essential functionalities of SORMAS** and the complete data collection in the areas of
1010
cases, contacts, events, samples, messages, aggregate reports and tasks.
@@ -14,9 +14,9 @@ To manage the large number of devices used within a country and to simplify supp
1414

1515
## Data Synchronization
1616

17-
For synchronisation, the Android app accesses the **SORMAS ReST** interface.
17+
For synchronization, the Android app accesses the **SORMAS ReST** interface.
1818

19-
First, all data that has changed since the last synchronisation is retrieved from the server.
19+
First, all data that has changed since the last synchronization is retrieved from the server.
2020
In the app, a three-way merge takes place for all data that the user has changed himself in the meantime.
2121
For each individual field (e.g. gender of a person), it is checked whether the value on the server has changed compared to the original status on the device.
2222
If so, this change is adopted, otherwise any existing change of the user is retained.
@@ -48,7 +48,7 @@ During the update **existing data is automatically migrated** using the commands
4848

4949
## Device Encryption
5050

51-
Each Android device using SORMAS should ahve device encryption enabled. This is currently not enforced.
51+
Each Android device using SORMAS should have device encryption enabled. This is currently not enforced.
5252

5353
## Data Storage
5454

sormas-backend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SORMAS Backend
22

3-
The SORMAS backend layer is the implementation of the `sormas-api` and gives access to the data and logic of SORMAS. It contains a big set of facades and services that are origanized based on the different entities and their domains, like case surveillance and contact tracing.
3+
The SORMAS backend layer is the implementation of the `sormas-api` and gives access to the data and logic of SORMAS. It contains a big set of facades and services that are organized based on the different entities and their domains, like case surveillance and contact tracing.
44

55
## Unit Testing
66

@@ -23,7 +23,7 @@ Most important:
2323
This means you can make full use of cdi annotations like `@Inject`.
2424

2525
#### Enterprise Beans (EJB)
26-
cdi-test imitates this by adding cdi annotations to classes annotated with bean annotiations like `@Stateless`.\
26+
cdi-test imitates this by adding cdi annotations to classes annotated with bean annotations like `@Stateless`.\
2727
This means all EJB classes can be used in test classes by injecting them.
2828

2929
You can **mock beans** as explained here: [Mocking Beans](https://cdi-test.hilling.de/#mocking-beans)\

sormas-performance-gatling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ To trigger execution of tests, please use the following command:
22

33
`./mvnw gatling:test -DenvConfig=myPath/envData.json -Denv=performance -Dusers=10 -Dtime=10`
44

5-
./mvnw gatling:test -DenvConfig=path-to/envData.json -Denv=performance -Dusers=1 -Dtime=1
5+
`./mvnw gatling:test -DenvConfig=path-to/envData.json -Denv=performance -Dusers=1 -Dtime=1`

sormas-rest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The follow-up status describes the follow-up for a contact or a case. Possible v
8484
[the FollowUpStatus enum](https://github.com/sormas-foundation/SORMAS-Project/blob/development/sormas-api/src/main/java/de/symeda/sormas/api/contact/FollowUpStatus.java)
8585

8686
Follow up can be done with, or without an external journal, the follow-up status makes no distinction there. Because the
87-
follow-up status is contact and case specific,but the communication with external journals is person based, SORMAS
87+
follow-up status is contact and case specific, but the communication with external journals is person based, SORMAS
8888
determines the most important follow-up status of all contacts and cases related to the person in question when
8989
communicating with external journals. Whenever there is follow-up ongoing for any of the persons contacts (and cases if
9090
the case follow-up feature is enabled in SORMAS), SORMAS will state the `FollowUpStatus.FOLLOW_UP` for that person
@@ -163,7 +163,7 @@ supervisor, contact officer, community officer, surveillance officer, surveillan
163163

164164
First comes a SORMAS-internal validation of contact details.
165165
The person to be registered needs to have at least an email address (or a phone number if that is accepted for
166-
registration, see `interface.patientdiary.acceptPhoneContact`) to pass this validation.Also, when there are several
166+
registration, see `interface.patientdiary.acceptPhoneContact`) to pass this validation. Also, when there are several
167167
email addresses or phone numbers, one of them has to be marked primary contact detail, so that it is clear which contact
168168
detail shall be used.
169169

0 commit comments

Comments
 (0)