[nit] minor typo in tcp.md (#2657)

This commit is contained in:
Kruithne
2023-04-14 12:00:02 +01:00
committed by GitHub
parent f6a4516d66
commit 730074b75d

View File

@@ -1,4 +1,4 @@
Use Bun's native TCP API implement performance sensitive systems like database clients, game servers, or anything that needs to communicate over TCP (instead of HTTP). This is a low-level API intended for library authors and for advanced use cases.
Use Bun's native TCP API to implement performance sensitive systems like database clients, game servers, or anything that needs to communicate over TCP (instead of HTTP). This is a low-level API intended for library authors and for advanced use cases.
## Start a server (`Bun.listen()`)