From 2fa1cbbd9f91c0e0481a07ddb9e324e224b11e68 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 23 Jul 2019 09:05:10 -0600 Subject: [PATCH] fixed typo in cloud getting started --- content/v2.0/cloud/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/cloud/get-started.md b/content/v2.0/cloud/get-started.md index ae7a0b06e..7573fe918 100644 --- a/content/v2.0/cloud/get-started.md +++ b/content/v2.0/cloud/get-started.md @@ -114,7 +114,7 @@ The primary differences between InfluxDB OSS 2.0 and InfluxDB Cloud 2.0 are: - [InfluxDB scrapers](/v2.0/write-data/scrape-data/) that collect data from specified targets are not available in {{< cloud-name "short" >}}. -- {{< cloud-name "short" >}} instances are currently limited to a a single organization with a single user. +- {{< cloud-name "short" >}} instances are currently limited to a single organization with a single user. - Retrieving data from a file based CSV source using the `file` parameter of the [`csv.from()`](/v2/reference/flux/functions/csv/from) function is not supported; however you can use raw CSV data with the `csv` parameter.