fix typos
parent
f12220599e
commit
734ee16b2d
|
|
@ -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" >}}
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 `@`. |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue