Chore: Tiny typo fix rage -> range (#30067)

This commit is contained in:
Franck Verrot 2021-01-05 17:21:23 -08:00 committed by GitHub
parent da5a173c3e
commit 8485283077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ export class QueryEditor extends PureComponent<Props> {
{
label: 'Random Walk',
value: GrafanaQueryType.RandomWalk,
description: 'Random signal within the selected time rage',
description: 'Random signal within the selected time range',
},
{
label: 'Live Measurements',