From 734ee16b2d4e8abca2bd7aaf7d470cf42ca13ba8 Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 1 Nov 2019 10:25:25 -0700 Subject: [PATCH] fix typos --- CONTRIBUTING.md | 2 +- content/v2.0/reference/syntax/flux.md | 2 +- content/v2.0/visualize-data/visualization-types/gauge.md | 2 +- content/v2.0/write-data/_index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68b3605f5..d4fabcee7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -468,7 +468,7 @@ Below is a list of available icons (some are aliases): ### InfluxDB UI left navigation icons In many cases, documentation references an item in the left nav of the InfluxDB UI. -Provide a visual example of the the navigation item using the `nav-icon` shortcode. +Provide a visual example of the navigation item using the `nav-icon` shortcode. ``` {{< nav-icon "Tasks" >}} diff --git a/content/v2.0/reference/syntax/flux.md b/content/v2.0/reference/syntax/flux.md index 68325f92d..ae058ff7e 100644 --- a/content/v2.0/reference/syntax/flux.md +++ b/content/v2.0/reference/syntax/flux.md @@ -18,7 +18,7 @@ Flux is a functional data scripting language designed for querying, analyzing, a Flux takes a functional approach to data exploration and processing, but is designed to be usable, readable, flexible, composable, testable, contributable, and shareable. -The following example returns the the average CPU usage per minute over the last hour. +The following example returns the average CPU usage per minute over the last hour. ```js from(bucket:"example-bucket") diff --git a/content/v2.0/visualize-data/visualization-types/gauge.md b/content/v2.0/visualize-data/visualization-types/gauge.md index e1c047c4e..d47abdd50 100644 --- a/content/v2.0/visualize-data/visualization-types/gauge.md +++ b/content/v2.0/visualize-data/visualization-types/gauge.md @@ -35,7 +35,7 @@ the visualization dropdown in the upper right. - **Prefix**: Prefix to add to the gauge. - **Suffix**: Suffix to add to the gauge. -- **Decimal Places**: The number of decimal places to display for the the gauge. +- **Decimal Places**: The number of decimal places to display for the gauge. - **Auto** or **Custom**: Enable or disable auto-setting. ###### Colorized Thresholds diff --git a/content/v2.0/write-data/_index.md b/content/v2.0/write-data/_index.md index fb7811f7b..57aeceb77 100644 --- a/content/v2.0/write-data/_index.md +++ b/content/v2.0/write-data/_index.md @@ -136,7 +136,7 @@ Include the following in your command: |:----------- |:---------- | | Organization | Use the `-o`,`--org`, or `--org-id` flags. | | Bucket | Use the `-b`, `--bucket`, or `--bucket-id` flags. | -| Precision | Use the the `-p`, `--precision` flag. | +| Precision | Use the `-p`, `--precision` flag. | | Authentication token | Set the `INFLUX_TOKEN` environment variable or use the `t`, `--token` flag. | | Line protocol | Write a single line as a string or pass a file path prefixed with `@`. |