Skip to content

Commit 26ff8fc

Browse files
authored
Fix readme typos (#308)
* fix typos in README.md * fix other typos in README.md
1 parent 7cc93e8 commit 26ff8fc

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
@@ -18,13 +18,13 @@
1818

1919
## Why the fork
2020

21-
We have decided to fork the original `Faust` project because there is a critical process of releasing new versions which causes uncertainty in the community. Everybody is welcome to contribute to this `fork`, and you can be added as a manitainer.
21+
We have decided to fork the original `Faust` project because there is a critical process of releasing new versions which causes uncertainty in the community. Everybody is welcome to contribute to this `fork`, and you can be added as a maintainer.
2222

2323
We want to:
2424

2525
- Ensure continues release
2626
- Code quality
27-
- Use of latests versions of kafka drivers (for now only [aiokafka](https://github.com/aio-libs/aiokafka))
27+
- Use of latest versions of kafka drivers (for now only [aiokafka](https://github.com/aio-libs/aiokafka))
2828
- Support kafka transactions
2929
- Update the documentation
3030

@@ -95,7 +95,7 @@ of "number of clicks from the last day," or
9595
we support tumbling, hopping and sliding windows of time, and old windows
9696
can be expired to stop data from filling up.
9797

98-
For reliability we use a Kafka topic as "write-ahead-log".
98+
For reliability, we use a Kafka topic as "write-ahead-log".
9999
Whenever a key is changed we publish to the changelog.
100100
Standby nodes consume from this changelog to keep an exact replica
101101
of the data and enables instant recovery should any of the nodes fail.
@@ -283,7 +283,7 @@ The following bundles are available:
283283
Aerospike can be enabled as the state store by specifying
284284
`store="aerospike://"`
285285

286-
By default all tables backed by Aerospike use `use_partitioner=True` and generate changelog topic events similar
286+
By default, all tables backed by Aerospike use `use_partitioner=True` and generate changelog topic events similar
287287
to a state store backed by RocksDB.
288288
The following configuration options should be passed in as keys to the options parameter in [Table](https://fauststream.com/en/latest/reference/faust.tables.html)
289289
`namespace` : aerospike namespace

0 commit comments

Comments
 (0)