From 22379bc1de31713868f0ead5812695ebf8b59c49 Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 25 Feb 2019 14:33:02 -0800 Subject: [PATCH] change Data are >> Data is --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.