docs: fix typos in doc/development/adding-new-exchange.md

This commit is contained in:
Surav Shrestha 2023-10-26 10:24:54 +05:45
parent 8ddb31b339
commit 7c27cb9801

View File

@ -58,7 +58,7 @@ Stream
- [ ] Public trade message parser (optional)
- [ ] Ticker message parser (optional)
- [ ] ping/pong handling. (you can reuse the existing types.StandardStream)
- [ ] heart-beat hanlding or keep-alive handling. (already included in types.StandardStream)
- [ ] heart-beat handling or keep-alive handling. (already included in types.StandardStream)
- [ ] handling reconnect. (already included in types.StandardStream)
Database