InfluxDB: Fix spelling - "chronograf" rather than "chronograph" (#40587)

pull/40682/head
Ben Tasker 4 years ago committed by GitHub
parent ba60bec11b
commit 6c0d3e97fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/datasources/influxdb/influxdb-flux.md
  2. 2
      public/app/plugins/datasource/influxdb/components/FluxQueryEditor.tsx

@ -40,7 +40,7 @@ You can use the [Flux query and scripting language](https://www.influxdata.com/p
## Supported macros
The macros support copying and pasting from [Chronograph](https://www.influxdata.com/time-series-platform/chronograf/).
The macros support copying and pasting from [Chronograf](https://www.influxdata.com/time-series-platform/chronograf/).
| Macro example | Description |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

@ -167,7 +167,7 @@ export class FluxQueryEditor extends PureComponent<Props> {
const helpTooltip = (
<div>
Type: <i>ctrl+space</i> to show template variable suggestions <br />
Many queries can be copied from chronograph
Many queries can be copied from Chronograf
</div>
);

Loading…
Cancel
Save