mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Tiny typo fix rage
-> range
(#30067)
This commit is contained in:
parent
da5a173c3e
commit
8485283077
@ -16,7 +16,7 @@ export class QueryEditor extends PureComponent<Props> {
|
|||||||
{
|
{
|
||||||
label: 'Random Walk',
|
label: 'Random Walk',
|
||||||
value: GrafanaQueryType.RandomWalk,
|
value: GrafanaQueryType.RandomWalk,
|
||||||
description: 'Random signal within the selected time rage',
|
description: 'Random signal within the selected time range',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Live Measurements',
|
label: 'Live Measurements',
|
||||||
|
Loading…
Reference in New Issue
Block a user