Skip to content

Commit b18e95f

Browse files
committed
fix(docs): fix typo in Repositories.md
1 parent 5c33962 commit b18e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/Repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ We can now access key-value stores such as [Redis](https://redis.io/) using the
299299
### Define a KeyValue Datasource
300300

301301
We first need to define a datasource to configure the key-value store. For
302-
better flexibility, we spilt the datasource definition into two files. The json
302+
better flexibility, we split the datasource definition into two files. The json
303303
file captures the configuration properties and it can be possibly overridden by
304304
dependency injection.
305305

0 commit comments

Comments
 (0)