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

This commit is contained in:
Ben Tasker
2021-10-20 10:06:24 +01:00
committed by GitHub
parent ba60bec11b
commit 6c0d3e97fe
2 changed files with 2 additions and 2 deletions

View File

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