Skip to content

Commit 91164b9

Browse files
authored
Fixed typos
1 parent e50070c commit 91164b9

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
@@ -4,8 +4,8 @@
44

55
# Purpose
66

7-
Currently, the support of NoSQL databases in Spring-Batch is limited ItemReader/ItemWriter for Neo4j and Mongo.
8-
This means that to persist state of Spring-Batch job you would need to have RDMBS database even if you don't need it.
7+
Currently, the support of NoSQL databases in Spring-Batch is limited to ItemReader/ItemWriter for Neo4j and Mongo.
8+
This means that to persist state of Spring-Batch job you would need to have an RDMBS database even if you don't need it.
99
See these open tickets:
1010

1111
- https://github.com/spring-projects/spring-batch/issues/877
@@ -161,5 +161,5 @@ All repositories are provided by:
161161
)
162162
```
163163

164-
This way, all of them are configured using same spring configuration as you have for your own
165-
Neo4-repositories.
164+
This way, all of them are configured using the same Spring-Data configuration as you have for your own
165+
Neo4j-repositories.

0 commit comments

Comments
 (0)