diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e361f460..36945fcb0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,13 +33,13 @@ Separating each sentence with a new line makes it easy to parse diffs with the h **Diff without semantic linefeeds:** ``` diff --Data are taking off. Those data are time series. You need a database that specializes in time series. You should check out InfluxDB. -+Data are taking off. Those data are time series. You need a database that specializes in time series. You need InfluxDB. +-Data is taking off. Those data are time series. You need a database that specializes in time series. You should check out InfluxDB. ++Data is taking off. Those data are time series. You need a database that specializes in time series. You need InfluxDB. ``` **Diff with semantic linefeeds:** ``` diff -Data are taking off. +Data is taking off. Those data are time series. You need a database that specializes in time series. -You should check out InfluxDB.