From ed94e2e216f251cdb8bcc791de64912514f430ea Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 11 Aug 2020 10:36:29 -0600 Subject: [PATCH] fixed typo in geo index page --- .../v2.0/reference/flux/stdlib/experimental/geo/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/v2.0/reference/flux/stdlib/experimental/geo/_index.md b/content/influxdb/v2.0/reference/flux/stdlib/experimental/geo/_index.md index 5fff627d9..f1ad11ddd 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/experimental/geo/_index.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/experimental/geo/_index.md @@ -118,7 +118,7 @@ Define a circular region by specifying an object containing the following proper ``` ### point -Define a point region by specifying and object containing the following properties: +Define a point region by specifying an object containing the following properties: - **lat**: latitude in decimal degrees (WGS 84) _(Float)_ - **lon**: longitude in decimal degrees (WGS 84) _(Float)_