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

(cherry picked from commit 6c0d3e97fe)

Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-10-20 12:41:49 +02:00
committed by GitHub
co-authored by Ben Tasker
parent ffee4e0ec7
commit 3b32815716
2 changed files with 2 additions and 2 deletions
@@ -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>
);