streaming: fix a typo in the README.md (#10225)
Ilya Mashchenko committed
Nov 10, 2020 at 17:28 UTC
0f4ea40b78e278ad379c9132b7cc34942f108d04
1 file changed
+1
-1
streaming/README.md
+1
-1
@@ -554,7 +554,7 @@ ERROR : STREAM_RECEIVER[CHILD HOSTNAME,[CHILD IP]:CHILD PORT] : sent command 'B'
554
555
In this example, `B` was part of a `BEGIN` message that was cut due to connection problems.
556
557
-Slow connections can also cause problems when the parent misses a message and then recieves a command related to the
557
+Slow connections can also cause problems when the parent misses a message and then receives a command related to the
558
missed message. For example, a parent might miss a message containing the child's charts, and then doesn't know
559
what to do with the `SET` message that follows. When that happens, the parent will show a message like this:
560