Skip to content

Commit 70f339d

Browse files
committed
Fix spelling mistakes
1 parent 2383c06 commit 70f339d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ memory. No need for SQL.Changes to the model are saved to disk in an event store
1010
## Current state of the project
1111

1212
The project is in an early stage. I am currently exploring the API. There will
13-
by many breaking changes. There will probably also be changes, how the data is
14-
stored on disk, without the posibility to migrate the data.
13+
be many breaking changes. There will probably also be changes, how the data is
14+
stored on disk, without the possibility to migrate the data.
1515

16-
Please inform me, if you plan to use this platform, so I can keep your usecase
16+
Please inform me, if you plan to use this platform, so I can keep your use case
1717
in mind and consider writing migrations.
1818

1919

@@ -80,7 +80,7 @@ All other methods are read requests. This means, that a `GET` request can not
8080
alter the Model.
8181

8282
The platform can handle many read requests at the same time. But there can only
83-
be one concurent write request. When a write request is processed, all other
83+
be one concurrent write request. When a write request is processed, all other
8484
write request and all read requests have to wait.
8585

8686
All events are only persisted to disk, if `handle_request!` returns with Ok. On

0 commit comments

Comments
 (0)