fix typos

pull/589/head
Kelly 2019-11-01 10:25:25 -07:00
parent f12220599e
commit 734ee16b2d
4 changed files with 4 additions and 4 deletions

View File

@ -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" >}}

View File

@ -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")

View File

@ -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

View File

@ -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 `@`. |