@cryptotaxi247 / netdata-1 / commits / a141ebce9

Added missing caps letters (#9379)

It appeared me that few words were missing a first letter in caps.

Jonathan Barda committed Jul 2, 2020 at 12:14 UTC a141ebce9ed99fe0ddad0014474f2a7f3360d622
1 file changed +2 -2
streaming/README.md
+2 -2
@@ -509,7 +509,7 @@ This means a setup like the following is also possible:
509 <img src="https://cloud.githubusercontent.com/assets/2662304/23629551/bb1fd9c2-02c0-11e7-90f5-cab5a3ed4c53.png"/>
510 </p>
511
512 -## proxies
512 +## Proxies
513
514 A proxy is a Netdata instance that is receiving metrics from a Netdata, and streams them to another Netdata.
515
@@ -562,7 +562,7 @@ what to do with the `SET` message that follows. When that happens, the parent wi
562 ERROR : STREAM_RECEIVER[CHILD HOSTNAME,[CHILD IP]:CHILD PORT] : requested a SET on chart 'CHART NAME' of host 'HOSTNAME', without a dimension. Disabling it.
563 ```
564
565 -### child cannot connect to parent
565 +### Child cannot connect to parent
566
567 When the child can't connect to a parent for any reason (misconfiguration, networking, firewalls, parent
568 down), you will see the following in the child's `error.log`.