397: Fix typo in repo r=curquiza a=saintmalik

Fix the single typo found in this repo

Co-authored-by: SaintMalik <37118134+saintmalik@users.noreply.github.com>
This commit is contained in:
bors[bot] 2021-10-18 11:59:48 +00:00 committed by GitHub
commit 9df4f3aaad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ It can index a massive amount of documents in not much time, I already achieved
These metrics are done on a MacBook Pro with the M1 processor.
You can feed the engine with your CSV (comma-seperated, yes) data like this:
You can feed the engine with your CSV (comma-separated, yes) data like this:
```bash
printf "id,name,age\n1,hello,32\n2,kiki,24\n" | http POST 127.0.0.1:9700/documents content-type:text/csv